Simplify JDK and Maven installation and version upgrading.
java-tools.properties now defines versions in a machine readable format so that we can install these versions into the Docker image verify those versions in our release tooling to ensure the environment matches what we expect. Closes #32
This commit is contained in:
3
ci/java-tools.properties
Normal file
3
ci/java-tools.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
# Tool requirements
|
||||
jdks=17.0.6,8.0.352,8.0.362
|
||||
maven=3.9.0
|
||||
Reference in New Issue
Block a user