We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a955a8 commit ebca632Copy full SHA for ebca632
build.gradle.kts
@@ -75,6 +75,7 @@ dependencies {
75
val downloadClientJar by tasks.registering(VersionDownload::class) {
76
group = CompassPlugin.COMPASS_GROUP
77
description = "Downloads the client JAR for the current version set in Compass."
78
+ outputs.cacheIf { true }
79
}
80
81
val remapJar by tasks.registering(RemapJar::class) {
0 commit comments