Skip to content

Commit ebca632

Browse files
committed
Enable caching for client VersionDownload
1 parent 0a955a8 commit ebca632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ dependencies {
7575
val downloadClientJar by tasks.registering(VersionDownload::class) {
7676
group = CompassPlugin.COMPASS_GROUP
7777
description = "Downloads the client JAR for the current version set in Compass."
78+
outputs.cacheIf { true }
7879
}
7980

8081
val remapJar by tasks.registering(RemapJar::class) {

0 commit comments

Comments
 (0)