aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 12bd408a..699e70dc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,6 +18,7 @@ def jreFile = file(jre)
// HotSpot itself
project('hotspot') {
task clean(type: InvokeMake) {
+ onlyIf { file('hotspot').exists() }
args 'clean'
}