File tree Expand file tree Collapse file tree 9 files changed +24
-4
lines changed Expand file tree Collapse file tree 9 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ org.gradle.workers.max=8
16
16
org.gradle.caching =true
17
17
org.gradle.configuration-cache =true
18
18
# org.gradle.configureondemand=true // breaks compiler tests
19
+ org.gradle.java.installations.auto-detect =true
20
+ org.gradle.java.installations.auto-download =true
19
21
20
22
org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
21
23
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ plugins {
15
15
id(" conventions-repositories" )
16
16
id(" conventions-version-resolution" )
17
17
id(" conventions-develocity" )
18
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
19
18
}
20
19
21
20
includeRootAsPublic()
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ org.gradle.workers.max=8
16
16
org.gradle.caching =true
17
17
org.gradle.configuration-cache =true
18
18
# org.gradle.configureondemand=true // breaks compiler tests
19
+ org.gradle.java.installations.auto-detect =true
20
+ org.gradle.java.installations.auto-download =true
19
21
20
22
org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
21
23
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -15,5 +15,4 @@ plugins {
15
15
id(" conventions-repositories" )
16
16
id(" conventions-version-resolution" )
17
17
id(" conventions-develocity" )
18
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
19
18
}
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ org.gradle.workers.max=8
16
16
org.gradle.caching =true
17
17
org.gradle.configuration-cache =true
18
18
# org.gradle.configureondemand=true // breaks compiler tests
19
+ org.gradle.java.installations.auto-detect =true
20
+ org.gradle.java.installations.auto-download =true
19
21
20
22
org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
21
23
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ pluginManagement {
14
14
plugins {
15
15
id(" conventions-repositories" )
16
16
id(" conventions-version-resolution" )
17
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
18
17
}
19
18
20
19
includeRootAsPublic()
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ org.gradle.workers.max=8
16
16
org.gradle.caching =true
17
17
org.gradle.configuration-cache =true
18
18
# org.gradle.configureondemand=true // breaks compiler tests
19
+ org.gradle.java.installations.auto-detect =true
20
+ org.gradle.java.installations.auto-download =true
19
21
20
22
org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
21
23
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright 2023-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
3
+ #
4
+
5
+ # This file is generated by updateDaemonJvm
6
+ toolchainUrl.FREE_BSD.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/a3c80d37c286009b1d548e3c70674f63/redirect
7
+ toolchainUrl.FREE_BSD.X86_64 =https\://api.foojay.io/disco/v3.0/ids/1a92bba3eba7935eb104525d795e52ac/redirect
8
+ toolchainUrl.LINUX.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/a3c80d37c286009b1d548e3c70674f63/redirect
9
+ toolchainUrl.LINUX.X86_64 =https\://api.foojay.io/disco/v3.0/ids/1a92bba3eba7935eb104525d795e52ac/redirect
10
+ toolchainUrl.MAC_OS.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/248d28e3bedd4855911b6148420b621f/redirect
11
+ toolchainUrl.MAC_OS.X86_64 =https\://api.foojay.io/disco/v3.0/ids/3961347cf0fce4d0e5988f00c24ad144/redirect
12
+ toolchainUrl.UNIX.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/a3c80d37c286009b1d548e3c70674f63/redirect
13
+ toolchainUrl.UNIX.X86_64 =https\://api.foojay.io/disco/v3.0/ids/1a92bba3eba7935eb104525d795e52ac/redirect
14
+ toolchainUrl.WINDOWS.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/6ec1210b0458a2a6117f23bacf169319/redirect
15
+ toolchainUrl.WINDOWS.X86_64 =https\://api.foojay.io/disco/v3.0/ids/1baf62ce6809358a9f69b99fec1505e7/redirect
16
+ toolchainVersion =22
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ plugins {
19
19
id(" conventions-repositories" )
20
20
id(" conventions-version-resolution" )
21
21
id(" conventions-develocity" )
22
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
23
22
}
24
23
25
24
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments