Skip to content

Commit

Permalink
Allow apiDump to run with configuration cache enabled (#5278)
Browse files Browse the repository at this point in the history
Fixed in org.jetbrains.kotlinx.binary-compatibility-validator 0.11.1
  • Loading branch information
3flex committed Sep 6, 2022
1 parent 11fff0c commit 8e9ae4d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions detekt-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ tasks.dokkaHtml {
notCompatibleWithConfigurationCache("https://github.com/Kotlin/dokka/issues/1217")
}

tasks.apiDump {
notCompatibleWithConfigurationCache("https://github.com/Kotlin/binary-compatibility-validator/issues/95")
}

apiValidation {
ignoredPackages.add("io.gitlab.arturbosch.detekt.api.internal")
}
4 changes: 0 additions & 4 deletions detekt-psi-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ dependencies {
testImplementation(projects.detektTest)
}

tasks.apiDump {
notCompatibleWithConfigurationCache("https://github.com/Kotlin/binary-compatibility-validator/issues/95")
}

apiValidation {
ignoredPackages.add("io.github.detekt.psi.internal")
}
4 changes: 0 additions & 4 deletions detekt-test-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ dependencies {
testImplementation(libs.assertj)
runtimeOnly(libs.kotlin.scriptingCompilerEmbeddable)
}

tasks.apiDump {
notCompatibleWithConfigurationCache("https://github.com/Kotlin/binary-compatibility-validator/issues/95")
}
4 changes: 0 additions & 4 deletions detekt-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ dependencies {
compileOnly(libs.assertj)
implementation(projects.detektCore)
}

tasks.apiDump {
notCompatibleWithConfigurationCache("https://github.com/Kotlin/binary-compatibility-validator/issues/95")
}
4 changes: 0 additions & 4 deletions detekt-tooling/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ dependencies {
testImplementation(libs.assertj)
}

tasks.apiDump {
notCompatibleWithConfigurationCache("https://github.com/Kotlin/binary-compatibility-validator/issues/95")
}

apiValidation {
ignoredPackages.add("io.github.detekt.tooling.internal")
}

0 comments on commit 8e9ae4d

Please sign in to comment.