File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424
2525 steps :
2626 - uses : actions/checkout@v4
27- - name : Set up JDK 23
27+ - name : Set up JDK 24
2828 uses : actions/setup-java@v4
2929 with :
3030 distribution : ' oracle'
31- java-version : ' 23 '
31+ java-version : ' 24 '
3232
3333 # Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3434 # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ subprojects {
77 group = rootProject. group
88 version = rootProject. version
99
10+ java {
11+ sourceCompatibility = JavaVersion . VERSION_24
12+ targetCompatibility = JavaVersion . VERSION_24
13+ }
14+
1015 dependencies {
1116 testImplementation platform(' org.junit:junit-bom:5.11.3' )
1217 testImplementation ' org.junit.jupiter:junit-jupiter'
Original file line number Diff line number Diff line change 11# Mon Sep 23 00:15:15 CEST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments