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