Add support to detect installed Java versions using Mac native and SDKman.

Closes #196
This commit is contained in:
Mark Paluch
2022-01-11 08:58:17 +01:00
parent 1958127e45
commit e0f6caa043
3 changed files with 290 additions and 0 deletions

View File

@@ -67,6 +67,12 @@
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>com.googlecode.plist</groupId>
<artifactId>dd-plist</artifactId>
<version>1.23</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>