Skip to content

Commit b085905

Browse files
committed
fixed korro deleting snippets files at a rerun
1 parent b42cc5d commit b085905

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ val samplesTest = tasks.register<Test>("samplesTest") {
107107

108108
dependsOn(compileSamplesKotlin)
109109
dependsOn(clearTestResults)
110+
outputs.upToDateWhen { false }
110111

111112
environment("DATAFRAME_SAVE_OUTPUTS", "")
112113

0 commit comments

Comments
 (0)