Enable output caching

This commit is contained in:
mcrcortex
2025-04-20 21:17:33 +10:00
parent b00223a351
commit 539ac56548

View File

@@ -165,6 +165,8 @@ tasks.register('makeExcludedRocksDB', Zip) {
}
processIncludeJars {
outputs.cacheIf {true}
dependsOn makeExcludedRocksDB
jars = jars.filter {!it.name.startsWith('rocksdb')}
jars.from(makeExcludedRocksDB)