Commit Graph

13 Commits

Author SHA1 Message Date
Stéphane Nicoll
e3de6a19b6 Polish "Bump gradle/actions from 3.5.0 to 4.0.0"
See gh-41832
2024-08-13 07:41:50 +02:00
Stéphane Nicoll
00cfe4dddd Don't pass -ea suffix into Gradle as the toolchain version
This commit is similar to what we had to do for Java 22-ea.

Given our actions have changed quite a bit, this commit replaces the
"java-distribution" parameter by a "java-early-access" parameter. When
set, it automatically switches the distribution to temurin as well as
applying the same handling of the Java version as in b8a6cab.

See gh-41698
2024-08-07 19:29:14 +02:00
Stéphane Nicoll
379edd4564 Polish "Bump gradle/actions from 3.4.2 to 3.5.0"
See gh-41508
2024-07-16 07:58:56 +02:00
Stéphane Nicoll
f6cbbe7948 Add missing input for java distribution
See gh-41463
2024-07-12 16:04:35 +02:00
Andy Wilkinson
0193e47602 Polish "Bump gradle/actions from 3.4.1 to 3.4.2"
See gh-41139
2024-06-18 08:46:54 +01:00
Andy Wilkinson
270597e577 Use short-lived access token to authenticate with Develocity
Closes gh-41120
2024-06-17 09:34:56 +01:00
Andy Wilkinson
2bbeb7e78c Upgrade to Gradle Actions 3.4.1
Closes gh-41119
2024-06-17 09:30:53 +01:00
Andy Wilkinson
4007b42df0 Free up more disk space on GitHub Actions
See gh-40705
2024-05-22 07:51:01 +01:00
Andy Wilkinson
90aae5a0b7 Use ubuntu-latest GitHub Actions runner for Linux builds
A full build requires a lot of disk space. I believe this is mostly
due to the large number of Docker images that the tests utilize. By
default, the amount of free disk space on an ubuntu-latest runner
does not meet or needs. In this commit, we work around this using
the free-disk-space action which deletes things like the Android
SDK and Haskell installations that are both large and not needed by
our builds.

Closes gh-40705
2024-05-13 12:08:15 +01:00
Andy Wilkinson
6c1962fdd4 Fix handling of booleans that are actually strings
Closes gh-40686
2024-05-10 08:46:25 +01:00
Moritz Halbritter
6db8d6fdbd Bump gradle/actions in action.yml from 3.3.1 to 3.3.2
Dependabot misses the update in action.yml, see
202ebd3a10
2024-04-30 14:29:42 +02:00
Andy Wilkinson
36e96b3453 Polish "Bump gradle/actions from 3.3.0 to 3.3.1"
See gh-40477
2024-04-23 09:02:42 +01:00
Andy Wilkinson
7bf20cfae7 Move steps for preparing a Gradle build into a reusable action
Closes gh-40443
2024-04-19 13:55:45 +01:00