File tree Expand file tree Collapse file tree 5 files changed +23
-1
lines changed Expand file tree Collapse file tree 5 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 27
27
java :
28
28
- 8
29
29
- 17
30
+ # - 21
30
31
runs-on : ${{ matrix.os }}
31
32
timeout-minutes : 20
32
33
steps :
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ java {
104
104
105
105
tasks {
106
106
withType<JavaCompile > {
107
+ // https://docs.gradle.org/current/userguide/toolchains.html#comparison_table_for_setting_project_toolchains
108
+ // options.release = 8
107
109
options.encoding = " UTF-8"
108
110
}
109
111
withType<Test > {
@@ -199,3 +201,8 @@ nexusPublishing {
199
201
}
200
202
}
201
203
}
204
+
205
+ tasks.named<UpdateDaemonJvm >(" updateDaemonJvm" ) {
206
+ languageVersion = JavaLanguageVersion .of(21 )
207
+ vendor = JvmVendorSpec .AMAZON
208
+ }
Original file line number Diff line number Diff line change 1
1
org.gradle.daemon =true
2
+ org.gradle.java.installations.auto-detect =true
3
+ org.gradle.java.installations.auto-download =true
2
4
3
5
group =de.gesellix
4
6
Original file line number Diff line number Diff line change
1
+ # This file is generated by updateDaemonJvm
2
+ toolchainUrl.FREE_BSD.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/836cff6b69c28369ebb08c5f3e9b9134/redirect
3
+ toolchainUrl.FREE_BSD.X86_64 =https\://api.foojay.io/disco/v3.0/ids/bf61362f429c3a4553b499ba99a26558/redirect
4
+ toolchainUrl.LINUX.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/836cff6b69c28369ebb08c5f3e9b9134/redirect
5
+ toolchainUrl.LINUX.X86_64 =https\://api.foojay.io/disco/v3.0/ids/bf61362f429c3a4553b499ba99a26558/redirect
6
+ toolchainUrl.MAC_OS.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/862aec68ec978ffb2463736698353744/redirect
7
+ toolchainUrl.MAC_OS.X86_64 =https\://api.foojay.io/disco/v3.0/ids/0db63c935722a67c26d9acdb1889c830/redirect
8
+ toolchainUrl.UNIX.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/836cff6b69c28369ebb08c5f3e9b9134/redirect
9
+ toolchainUrl.UNIX.X86_64 =https\://api.foojay.io/disco/v3.0/ids/bf61362f429c3a4553b499ba99a26558/redirect
10
+ toolchainUrl.WINDOWS.X86_64 =https\://api.foojay.io/disco/v3.0/ids/929c9452a7ee2b282306407e29f12a4e/redirect
11
+ toolchainVendor =AMAZON
12
+ toolchainVersion =21
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ rootProject.name = "docker-filesocket"
2
2
3
3
// https://docs.gradle.org/current/userguide/toolchains.html#sub:download_repositories
4
4
plugins {
5
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.10 .0"
5
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
6
6
}
You can’t perform that action at this time.
0 commit comments