.
This commit is contained in:
+1
-5
@@ -15,8 +15,7 @@ plugins {
|
|||||||
jacoco
|
jacoco
|
||||||
}
|
}
|
||||||
|
|
||||||
// Temporarily disabled due to OAuth2 AOT processing issues
|
apply(plugin = "org.springframework.boot.aot")
|
||||||
// apply(plugin = "org.springframework.boot.aot")
|
|
||||||
|
|
||||||
apply(from = "$rootDir/gradle/docker.gradle.kts")
|
apply(from = "$rootDir/gradle/docker.gradle.kts")
|
||||||
|
|
||||||
@@ -73,7 +72,6 @@ tasks.withType<KotlinCompile> {
|
|||||||
jvmTarget.set(JvmTarget.JVM_21)
|
jvmTarget.set(JvmTarget.JVM_21)
|
||||||
allWarningsAsErrors.set(false)
|
allWarningsAsErrors.set(false)
|
||||||
}
|
}
|
||||||
exclude("**/security.disabled/**")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<JavaCompile> {
|
tasks.withType<JavaCompile> {
|
||||||
@@ -156,7 +154,6 @@ ktlint {
|
|||||||
filter {
|
filter {
|
||||||
exclude("**/build/**")
|
exclude("**/build/**")
|
||||||
exclude("**/generated/**")
|
exclude("**/generated/**")
|
||||||
exclude("**/security.disabled/**")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -170,7 +167,6 @@ detekt {
|
|||||||
|
|
||||||
tasks.withType<Detekt>().configureEach {
|
tasks.withType<Detekt>().configureEach {
|
||||||
jvmTarget = "21"
|
jvmTarget = "21"
|
||||||
exclude("**/security.disabled/**")
|
|
||||||
reports {
|
reports {
|
||||||
html.required.set(true)
|
html.required.set(true)
|
||||||
xml.required.set(true)
|
xml.required.set(true)
|
||||||
|
|||||||
Reference in New Issue
Block a user