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
1616org.gradle.caching =true
1717org.gradle.configuration-cache =true
1818# org.gradle.configureondemand=true // breaks compiler tests
19+ org.gradle.java.installations.auto-detect =true
20+ org.gradle.java.installations.auto-download =true
1921
2022org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
2123org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ plugins {
1515 id(" conventions-repositories" )
1616 id(" conventions-version-resolution" )
1717 id(" conventions-develocity" )
18- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
1918}
2019
2120includeRootAsPublic()
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ org.gradle.workers.max=8
1616org.gradle.caching =true
1717org.gradle.configuration-cache =true
1818# org.gradle.configureondemand=true // breaks compiler tests
19+ org.gradle.java.installations.auto-detect =true
20+ org.gradle.java.installations.auto-download =true
1921
2022org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
2123org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -15,5 +15,4 @@ plugins {
1515 id(" conventions-repositories" )
1616 id(" conventions-version-resolution" )
1717 id(" conventions-develocity" )
18- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
1918}
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ org.gradle.workers.max=8
1616org.gradle.caching =true
1717org.gradle.configuration-cache =true
1818# org.gradle.configureondemand=true // breaks compiler tests
19+ org.gradle.java.installations.auto-detect =true
20+ org.gradle.java.installations.auto-download =true
1921
2022org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
2123org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ pluginManagement {
1414plugins {
1515 id(" conventions-repositories" )
1616 id(" conventions-version-resolution" )
17- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
1817}
1918
2019includeRootAsPublic()
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ org.gradle.workers.max=8
1616org.gradle.caching =true
1717org.gradle.configuration-cache =true
1818# org.gradle.configureondemand=true // breaks compiler tests
19+ org.gradle.java.installations.auto-detect =true
20+ org.gradle.java.installations.auto-download =true
1921
2022org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
2123org.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 {
1919 id(" conventions-repositories" )
2020 id(" conventions-version-resolution" )
2121 id(" conventions-develocity" )
22- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
2322}
2423
2524dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments