mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish
This commit is contained in:
+1
-3
@@ -220,9 +220,7 @@ public class GradleBuild {
|
||||
if (isWindows() && build.getAbsolutePath().length() >= 80) {
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user