File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- uses : gradle/actions/wrapper-validation@v4
20
- - name : Set up JDK 11
20
+ - name : Set up JDK 21
21
21
uses : actions/setup-java@v4
22
22
with :
23
- java-version : ' 11 '
24
- distribution : ' temurin '
23
+ java-version : ' 21 '
24
+ distribution : ' corretto '
25
25
check-latest : true
26
26
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
27
27
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- uses : gradle/actions/wrapper-validation@v4
18
- - name : Set up JDK 11
18
+ - name : Set up JDK 21
19
19
uses : actions/setup-java@v4
20
20
with :
21
- java-version : ' 11 '
22
- distribution : ' temurin '
21
+ java-version : ' 21 '
22
+ distribution : ' corretto '
23
23
check-latest : true
24
24
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
25
25
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
- uses : gradle/actions/wrapper-validation@v4
24
- - name : Set up JDK 11
24
+ - name : Set up JDK 21
25
25
uses : actions/setup-java@v4
26
26
with :
27
- java-version : ' 11 '
28
- distribution : ' temurin '
27
+ java-version : ' 21 '
28
+ distribution : ' corretto '
29
29
check-latest : true
30
30
# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
31
31
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' com.gradle.develocity' version ' 4.1'
3
- id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.9 .0'
3
+ id ' org.gradle.toolchains.foojay-resolver-convention' version ' 1.0 .0'
4
4
}
5
5
6
6
develocity {
You can’t perform that action at this time.
0 commit comments