Skip to content

Commit

Permalink
Disable cache for shadowJar task (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelpasterz authored Oct 16, 2020
1 parent b2c19c7 commit 2341ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_runner/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ val artifactID = "flank"

val shadowJar: ShadowJar by tasks
shadowJar.apply {
outputs.cacheIf { false } // to investigate if better solution is possible
archiveClassifier.set("")
archiveBaseName.set(artifactID)
mergeServiceFiles()
Expand Down

0 comments on commit 2341ba1

Please sign in to comment.