Commit Graph

11 Commits

Author SHA1 Message Date
Stéphane Nicoll
286f5f295e Remove useless permissions on build-and-deploy-snapshot workflow
Closes gh-33240
2024-07-19 11:47:52 +02:00
Stéphane Nicoll
d8e5613ef7 Add missing artifact properties for staging
This commit makes sure that docs artifacts have their attributes set
for staging as well. Previously they were not and deployment of Javadoc
did not occur.

Closes gh-33208
2024-07-12 08:59:12 +02:00
Stéphane Nicoll
c8e9ad6289 Backport improvements to CI setup
This includes the ability to release from GitHub Actions.

Closes gh-33202
2024-07-11 17:21:13 +02:00
Stéphane Nicoll
df8374693b Adapt docs deployment properties
This commit fixes the artifact properties we set for "framework-docs"
artifacts. These have a different name as of 6.1.x and were backported
as is.

Closes gh-32781
2024-05-08 15:33:40 +02:00
Brian Clozel
2e74a4d878 Upgrade to gradle-enterprise-conventions 0.0.17
Closes gh-32725
2024-04-29 13:24:11 +02:00
Stéphane Nicoll
239594595c Upgrade actions that use deprecated features 2024-03-20 10:38:57 +01:00
Stéphane Nicoll
2ff8a00e9a Enable backport bot on 5.3.x
Closes gh-32451
2024-03-15 11:19:11 +01:00
Stéphane Nicoll
17650e0741 Move CI to GitHub Actions
Closes gh-32449
2024-03-15 09:30:15 +01:00
Johnny Lim
4ca574cde1 Use actions/checkout@v3 for Gradle Wrapper Validation Action
See gh-29198
2022-09-26 08:52:21 +02:00
Ashish Kurmi
7f9933fdb7 Restrict permissions for GitHub action
See gh-29104
2022-09-08 09:03:47 +02:00
Sam Brannen
1ced9370cd Configure Gradle wrapper validation action
This commit configures the Gradle Wrapper Validation Action
for GitHub actions.

See: https://github.com/gradle/wrapper-validation-action

Closes gh-25175
2020-06-02 14:43:45 +02:00