Skip to content

Commit

Permalink
Don't cache RemapJar by default
Browse files Browse the repository at this point in the history
Similar to the bundler/paperclip tasks, caching is not useful here outside of edge cases that the downsides outweigh
  • Loading branch information
jpenilla committed Dec 21, 2024
1 parent 8bcf52e commit 8109fa3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import org.gradle.api.provider.Property
import org.gradle.api.tasks.*
import org.gradle.jvm.toolchain.JavaLauncher

@CacheableTask
abstract class RemapJar : JavaLauncherTask() {

@get:Classpath
Expand Down

0 comments on commit 8109fa3

Please sign in to comment.