Skip to content

Commit a72aa7f

Browse files
committed
Revert "Added Gradle toolchain auto provisioning"
This reverts commit 91ffc6b.
1 parent c970740 commit a72aa7f

File tree

9 files changed

+4
-24
lines changed

9 files changed

+4
-24
lines changed

compiler-plugin/gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ org.gradle.workers.max=8
1616
org.gradle.caching=true
1717
org.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

2220
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
2321
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

compiler-plugin/settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2021
includeRootAsPublic()

dokka-plugin/gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ org.gradle.workers.max=8
1616
org.gradle.caching=true
1717
org.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

2220
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
2321
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

dokka-plugin/settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

gradle-plugin/gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ org.gradle.workers.max=8
1616
org.gradle.caching=true
1717
org.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

2220
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
2321
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

gradle-plugin/settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pluginManagement {
1414
plugins {
1515
id("conventions-repositories")
1616
id("conventions-version-resolution")
17+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1718
}
1819

1920
includeRootAsPublic()

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ org.gradle.workers.max=8
1616
org.gradle.caching=true
1717
org.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

2220
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
2321
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

gradle/gradle-daemon-jvm.properties

Lines changed: 0 additions & 16 deletions
This file was deleted.

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2425
dependencyResolutionManagement {

0 commit comments

Comments
 (0)