Skip to content

Commit 6ce95b6

Browse files
committed
No more elasticurl
1 parent 2f3775a commit 6ce95b6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ subprojects {
5454
if (project.typedProp<Boolean>("kotlinWarningsAsErrors") == true) {
5555
allprojects {
5656
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
57-
kotlinOptions.allWarningsAsErrors = true
57+
compilerOptions.allWarningsAsErrors = true
5858
}
5959
}
6060
}
@@ -68,7 +68,3 @@ val lintPaths = listOf(
6868
)
6969

7070
configureLinting(lintPaths)
71-
72-
apiValidation {
73-
ignoredProjects += setOf("elasticurl")
74-
}

0 commit comments

Comments
 (0)