diff --git a/ant.json b/ant.json index a283df9bf6..f6b039f756 100644 --- a/ant.json +++ b/ant.json @@ -9,9 +9,5 @@ "env_set": { "ANT_HOME": "$dir" }, - "notes": "Apache Ant requires, - -> JDK (either openJDK or Oracle JDK) -> JAVA_HOME environment variable pointing to JDK -" + "depends": "openjdk" } \ No newline at end of file diff --git a/mvn.json b/mvn.json index 0729e148eb..dda1debb4f 100644 --- a/mvn.json +++ b/mvn.json @@ -10,5 +10,6 @@ ], "env_set": { "M2_HOME": "$dir" - } + }, + "depends": "openjdk" }