mirror of
https://github.com/apple/pkl.git
synced 2026-05-20 13:56:56 +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:
@@ -89,7 +89,7 @@ gradlePlugin {
|
||||
gradlePluginTests {
|
||||
// keep in sync with `PklPlugin.MIN_GRADLE_VERSION`
|
||||
minGradleVersion = GradleVersion.version("8.2")
|
||||
maxGradleVersion = GradleVersion.version("8.99")
|
||||
maxGradleVersion = GradleVersion.version("9.99")
|
||||
skippedGradleVersions = listOf()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user