File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [pull_request]
33
44jobs :
55 build :
6- uses : OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.1 .0
6+ uses : OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.3 .0
77 # Match the runtime LTS JDK (Temurin 25.0.3) used by the publish pipeline.
88 with :
99 java-version : " 25.0.3"
Original file line number Diff line number Diff line change 55
66jobs :
77 close :
8- uses : OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.1 .0
8+ uses : OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.3 .0
99 with :
1010 protected-branch : main
Original file line number Diff line number Diff line change 99
1010jobs :
1111 publish :
12- uses : OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.1 .0
12+ uses : OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.3 .0
1313 # Pin the exact LTS JDK the lobby runs on: the published AOT cache is tied to
1414 # the precise HotSpot build, so it must be generated with the runtime's JDK
1515 # (Temurin 25.0.3 LTS) or the service fails with "Unable to map shared spaces".
Original file line number Diff line number Diff line change 2727 publish :
2828 needs : release-please
2929 if : needs.release-please.outputs.release_created == 'true'
30- uses : OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.1 .0
30+ uses : OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.3 .0
3131 # Pin the exact LTS JDK the lobby runs on: the published AOT cache is tied to
3232 # the precise HotSpot build, so it must be generated with the runtime's JDK
3333 # (Temurin 25.0.3 LTS) or the service fails with "Unable to map shared spaces".
You can’t perform that action at this time.
0 commit comments