mirror of
https://github.com/apple/pkl.git
synced 2026-04-23 16:58:37 +02:00
Bump Gradle to 9.1.0 (#1228)
* Bump Gradle to 9.1.0 * Bump foojay resolver to 1.0.0 * Fix build logic on windows Also, remove support for kotlin gradle plugin less than 1.8.x, because: * Class `org.gradle.api.plugins.Convention` is no longer available in the classpath in Gradle * Continued support for legacy plugin would require heavy reflection, which is brittle and hard to verify * Kotlin 1.7 is 3 years old and no longer updated
This commit is contained in:
@@ -60,7 +60,7 @@ pluginManagement {
|
||||
}
|
||||
}
|
||||
|
||||
plugins { id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0") }
|
||||
plugins { id("org.gradle.toolchains.foojay-resolver-convention") version ("1.0.0") }
|
||||
|
||||
@Suppress("UnstableApiUsage") dependencyResolutionManagement { repositories { mavenCentral() } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user