This commit is contained in:
Phillip Webb
2026-08-24 19:09:56 -07:00
parent e4870664f1
commit dfbda6fd13
@@ -220,9 +220,7 @@ public class GradleBuild {
if (isWindows() && build.getAbsolutePath().length() >= 80) { if (isWindows() && build.getAbsolutePath().length() >= 80) {
return new File(System.getProperty("java.io.tmpdir"), "gradle-test-kit"); return new File(System.getProperty("java.io.tmpdir"), "gradle-test-kit");
} }
else { return new File(build, "gradle-test-kit");
return new File(build, "gradle-test-kit");
}
} }
private boolean isWindows() { private boolean isWindows() {