[Gradle] Compile against Gradle 8.2
^KT-58157 In Progress
This commit is contained in:
committed by
Space Team
parent
858f432807
commit
fe3d5014ce
@@ -150,7 +150,7 @@ fun Project.createGradleCommonSourceSet(): SourceSet {
|
||||
|
||||
dependencies {
|
||||
compileOnlyConfigurationName(kotlinStdlib())
|
||||
"commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:8.1")
|
||||
"commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:8.2")
|
||||
if (this@createGradleCommonSourceSet.name !in testPlugins) {
|
||||
compileOnlyConfigurationName(project(":kotlin-gradle-plugin-api")) {
|
||||
capabilities {
|
||||
|
||||
Reference in New Issue
Block a user