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
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
21
19
22
20
org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
23
21
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ 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"
18
19
}
19
20
20
21
includeRootAsPublic()
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ 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
21
19
22
20
org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
23
21
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ 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"
18
19
}
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ 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
21
19
22
20
org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
23
21
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ 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"
17
18
}
18
19
19
20
includeRootAsPublic()
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ 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
21
19
22
20
org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
23
21
org.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 {
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"
22
23
}
23
24
24
25
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments