File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ permissions:
3535
3636jobs :
3737 check :
38- uses : kestra-io/actions/.github/workflows/plugins.yml@main
38+ uses : kestra-io/actions/.github/workflows/plugins.yml@upgrade-build-to-java-25
3939 with :
4040 skip-test : ${{ github.event.inputs.skip-test == 'true' }}
4141 secrets : inherit
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121 }
2222}
2323
24- final targetJavaVersion = JavaVersion . VERSION_21
24+ final targetJavaVersion = JavaVersion . VERSION_25
2525
2626java {
2727 sourceCompatibility = targetJavaVersion
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3 .0-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments