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 2727 java :
2828 - 8
2929 - 17
30+ # - 21
3031 runs-on : ${{ matrix.os }}
3132 timeout-minutes : 20
3233 steps :
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ java {
104104
105105tasks {
106106 withType<JavaCompile > {
107+ // https://docs.gradle.org/current/userguide/toolchains.html#comparison_table_for_setting_project_toolchains
108+ // options.release = 8
107109 options.encoding = " UTF-8"
108110 }
109111 withType<Test > {
@@ -199,3 +201,8 @@ nexusPublishing {
199201 }
200202 }
201203}
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 11org.gradle.daemon =true
2+ org.gradle.java.installations.auto-detect =true
3+ org.gradle.java.installations.auto-download =true
24
35group =de.gesellix
46
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"
22
33// https://docs.gradle.org/current/userguide/toolchains.html#sub:download_repositories
44plugins {
5- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.10 .0"
5+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
66}
You can’t perform that action at this time.
0 commit comments