|
|
@@ -75,7 +75,8 @@ public class BwcSetupExtension {
|
|
|
}));
|
|
|
|
|
|
if (BuildParams.isCi() && Os.isFamily(Os.FAMILY_WINDOWS) == false) {
|
|
|
- loggedExec.getEnvironment().put("GRADLE_RO_DEP_CACHE", System.getProperty("user.home") + "/gradle_ro_cache");
|
|
|
+ // TODO: Disabled for now until we can figure out why files are getting corrupted
|
|
|
+ //loggedExec.getEnvironment().put("GRADLE_RO_DEP_CACHE", System.getProperty("user.home") + "/gradle_ro_cache");
|
|
|
}
|
|
|
|
|
|
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
|