Skip to content

Commit e306d73

Browse files
committed
Make KotlinApiCompareTask non cachable
1 parent 8411246 commit e306d73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/KotlinApiCompareTask.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import org.gradle.api.*
1313
import org.gradle.api.file.RegularFileProperty
1414
import org.gradle.api.tasks.*
1515

16-
@CacheableTask
1716
public open class KotlinApiCompareTask : DefaultTask() {
1817

1918
@get:InputFiles // don't fail the task if file does not exist, instead print custom error message from verify()

0 commit comments

Comments
 (0)