Andy Wilkinson
78be9cfe53
Merge branch '3.2.x'
...
Closes gh-40775
2024-05-16 14:02:26 +01:00
Andy Wilkinson
ed93bcf099
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40774
2024-05-16 14:02:12 +01:00
Andy Wilkinson
c0368d1ae0
Polish "Bump jfrog/setup-jfrog-cli from 4.0.1 to 4.0.2"
...
See gh-40757
2024-05-16 14:01:35 +01:00
Andy Wilkinson
58ad229ca6
Merge branch '3.2.x'
...
Closes gh-40707
2024-05-13 12:13:05 +01:00
Andy Wilkinson
ccd573ad3d
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40706
2024-05-13 12:12:47 +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
1226b94aad
Merge branch '3.2.x'
...
Closes gh-40688
2024-05-10 08:46:42 +01:00
Andy Wilkinson
d01a049dd1
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40687
2024-05-10 08:46:31 +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
a2c4915465
Merge branch '3.2.x'
2024-04-30 14:30:07 +02:00
Moritz Halbritter
883810bff8
Merge branch '3.1.x' into 3.2.x
2024-04-30 14:29:58 +02: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
592571c16e
Merge branch '3.2.x'
...
Closes gh-40528
2024-04-26 09:34:00 +01:00
Andy Wilkinson
087e467387
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40527
2024-04-26 09:33:12 +01:00
Andy Wilkinson
83f692237d
Migrate to com.gradle.develocity plugin
...
Closes gh-40153
2024-04-26 09:30:48 +01:00
Andy Wilkinson
792b8fd5f9
Merge branch '3.2.x'
...
Closes gh-40488
2024-04-23 09:03:42 +01:00
Andy Wilkinson
97f0e62364
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40487
2024-04-23 09:03:01 +01: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
7aa20eab06
Merge branch '3.2.x'
...
Closes gh-40445
2024-04-19 14:18:51 +01:00
Andy Wilkinson
0ce2a80c81
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40444
2024-04-19 14:18:40 +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
Andy Wilkinson
20e7e35df3
Correct misconfigured step in update-homebrew-tap action
2024-04-18 19:22:01 +01:00
Moritz Halbritter
ceab3d7d81
Merge branch '3.2.x'
2024-04-18 17:47:14 +02:00
Moritz Halbritter
f5b51ab74a
Merge branch '3.1.x' into 3.2.x
2024-04-18 17:47:08 +02:00
Moritz Halbritter
6b440723d6
Remove dependency on the git ref when creating releases
2024-04-18 17:45:35 +02:00
Moritz Halbritter
b13d006482
Fix action that publishes to SDKman
2024-04-18 17:45:20 +02:00
Andy Wilkinson
d78535ca22
Merge branch '3.2.x'
2024-04-18 16:39:02 +01:00
Andy Wilkinson
f84a2638a4
Merge branch '3.1.x' into 3.2.x
2024-04-18 16:38:51 +01:00
Andy Wilkinson
56b59cd02f
Fix action that publishes the Gradle plugin
...
- Set up Java so that it's available for ./gradlew to use
- Make the build-number an input for easier re-use in an emergency
- Use a working directory to hide main repository's buildSrc
2024-04-18 16:38:14 +01:00
Andy Wilkinson
79bdf6f178
Merge branch '3.2.x'
2024-04-18 14:17:29 +01:00
Andy Wilkinson
9cf1304e87
Merge branch '3.1.x' into 3.2.x
2024-04-18 14:17:19 +01:00
Andy Wilkinson
22698ea79b
Fix references to inputs in Sync to Maven Central action
2024-04-18 14:15:50 +01:00
Andy Wilkinson
478bd507ce
Update Homebrew Tap when releasing
...
Closes gh-40424
2024-04-18 11:43:45 +01:00
Andy Wilkinson
e75c9312e0
Add workflow to release from GitHub Actions
...
Co-Authored-By: Moritz Halbritter <moritz.halbritter@broadcom.com >
Closes gh-40407
2024-04-18 09:28:12 +01:00
Andy Wilkinson
ece2c683c6
Polish "Upgrade to gradle/actions 3.3.0"
...
See gh-40358
2024-04-16 09:33:33 +01:00
Andy Wilkinson
a4231abb0a
Polish GHA input and output handling
2024-04-15 17:16:03 +01:00
Andy Wilkinson
0a2865132d
Configure shell for all run steps
...
See gh-40353
2024-04-15 15:44:48 +01:00
Andy Wilkinson
e4802b880d
Encapsulate common build steps in a composite action
...
Closes gh-40353
2024-04-15 15:36:36 +01:00
Phillip Webb
c158eb258f
Polish GitHub action names and formatting
2024-03-27 11:41:54 -07:00
Andy Wilkinson
b0c89e6e95
Quote the URL used to send Google Chat notifications
...
The URL may contain special characters that are misinterpreted by
the shell. This can be avoided by quoting it, thereby passing it into
curl as-is.
2024-03-11 09:36:02 +00:00
Andy Wilkinson
b29e76b07d
Try using Powershell on Windows to fix permissions problem
...
See gh-39761
2024-02-28 12:35:16 +00:00
Andy Wilkinson
714a95aa82
Pass job status into send-notification action
2024-02-28 11:46:47 +00:00
Andy Wilkinson
164cef1ed1
Reduce scope of thread dumping action so it works on Windows
...
See gh-39761
2024-02-28 11:36:33 +00:00
Andy Wilkinson
049a2c01ed
Make run name in CI notification configurable and improve default
...
See gh-39761
2024-02-28 11:28:29 +00:00
Andy Wilkinson
ca6ee61493
Print JVM thread dumps if the build is cancelled
...
See gh-39761
2024-02-28 10:17:57 +00:00
Andy Wilkinson
868629d9c7
Allow the build to continue if sending a notification fails
...
See gh-39761
2024-02-28 10:01:29 +00:00
Andy Wilkinson
c1b15cd367
Send notifications from GitHub Actions to Google Chat
...
See gh-39761
2024-02-28 09:42:24 +00:00
Andy Wilkinson
be72e482ac
Print thread dumps when PR build is cancelled
...
Closes gh-35760
2023-06-06 18:26:28 +01:00