We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8411246 commit e306d73Copy full SHA for e306d73
src/main/kotlin/KotlinApiCompareTask.kt
@@ -13,7 +13,6 @@ import org.gradle.api.*
13
import org.gradle.api.file.RegularFileProperty
14
import org.gradle.api.tasks.*
15
16
-@CacheableTask
17
public open class KotlinApiCompareTask : DefaultTask() {
18
19
@get:InputFiles // don't fail the task if file does not exist, instead print custom error message from verify()
0 commit comments