File tree Expand file tree Collapse file tree 9 files changed +4
-24
lines changed Expand file tree Collapse file tree 9 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ 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
2119
2220org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
2321org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ 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"
1819}
1920
2021includeRootAsPublic()
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ 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
2119
2220org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
2321org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ 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"
1819}
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ 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
2119
2220org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
2321org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ pluginManagement {
1414plugins {
1515 id(" conventions-repositories" )
1616 id(" conventions-version-resolution" )
17+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
1718}
1819
1920includeRootAsPublic()
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ 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
2119
2220org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
2321org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ 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"
2223}
2324
2425dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments