[Gradle] Compile against Gradle API 8.6
^KT-64378 Fixed
This commit is contained in:
committed by
Space Team
parent
f231338cd6
commit
7416d7271a
@@ -157,7 +157,7 @@ fun Project.createGradleCommonSourceSet(): SourceSet {
|
||||
|
||||
dependencies {
|
||||
compileOnlyConfigurationName(kotlinStdlib())
|
||||
"commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:8.5")
|
||||
"commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:8.6")
|
||||
if (this@createGradleCommonSourceSet.name !in testPlugins) {
|
||||
compileOnlyConfigurationName(project(":kotlin-gradle-plugin-api")) {
|
||||
capabilities {
|
||||
|
||||
Reference in New Issue
Block a user