Bump Gradle API to 8.0
^KT-55624 Fixed
This commit is contained in:
committed by
Space Team
parent
8d02a415b2
commit
19b0ffd85c
@@ -124,7 +124,7 @@ fun Project.createGradleCommonSourceSet(): SourceSet {
|
||||
|
||||
dependencies {
|
||||
compileOnlyConfigurationName(kotlinStdlib())
|
||||
"commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:7.6")
|
||||
"commonGradleApiCompileOnly"("dev.gradleplugins:gradle-api:8.0")
|
||||
if (this@createGradleCommonSourceSet.name !in testPlugins) {
|
||||
compileOnlyConfigurationName(project(":kotlin-gradle-plugin-api")) {
|
||||
capabilities {
|
||||
|
||||
Reference in New Issue
Block a user