Enable output caching
This commit is contained in:
@@ -165,6 +165,8 @@ tasks.register('makeExcludedRocksDB', Zip) {
|
||||
}
|
||||
|
||||
processIncludeJars {
|
||||
outputs.cacheIf {true}
|
||||
|
||||
dependsOn makeExcludedRocksDB
|
||||
jars = jars.filter {!it.name.startsWith('rocksdb')}
|
||||
jars.from(makeExcludedRocksDB)
|
||||
|
||||
Reference in New Issue
Block a user