Can't use the same cache for Linux and Windows - for now lets ignore it entirely
This commit is contained in:
parent
f27611710d
commit
03beb73e08
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ for(platform in PackrConfig.Platform.values()) {
|
|||
// config.minimizeJre = "desktop/packrConfig.json"
|
||||
config.minimizeJre = "soft"
|
||||
config.outDir = file("packr")
|
||||
config.cacheJre=file("packrCache")
|
||||
// config.cacheJre=file("packrCache")
|
||||
|
||||
doLast {
|
||||
if(config.outDir.exists()) delete(config.outDir)
|
||||
|
|
Loading…
Reference in a new issue