gradle: fix annoying ksp error, bump CDK dependencies (#44473)
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -6,9 +6,9 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
|
||||
|
||||
plugins {
|
||||
id 'base'
|
||||
id 'com.github.spotbugs' version '6.0.7' apply false
|
||||
id 'org.jetbrains.kotlin.jvm' version '2.0.0' apply false
|
||||
id 'com.google.devtools.ksp' version '2.0.0-1.0.24' apply false
|
||||
id 'com.github.spotbugs' version '6.0.7'
|
||||
id 'org.jetbrains.kotlin.jvm' version '2.0.0'
|
||||
id 'com.google.devtools.ksp' version '2.0.0-1.0.24'
|
||||
}
|
||||
|
||||
allprojects {
|
||||
@@ -106,6 +106,12 @@ allprojects {
|
||||
}
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
preferProjectModules()
|
||||
}
|
||||
}
|
||||
|
||||
idea {
|
||||
module {
|
||||
downloadJavadoc = true
|
||||
|
||||
Reference in New Issue
Block a user