You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for implementing this useful plugin.
I am trying to use it for automatically downloading JDK during the build. It works as expected.
I am getting path to Adopt OPenJDK download location in jdkPathProperty. The issue I am having is finding absolute path to javac executable on different OS. Each Adopt OS distribution and even version has different structure. MacOS has "Contents/Home", Windows does not.
Do you maybe have a suggestion how to do this, is the plugin itself able to expose it, since if I am correct there is logic inside for locating executables?
Thank you,
Miro
The text was updated successfully, but these errors were encountered:
I have improved cache-jdk mojo, added feature to search files in cached JDK root through ANT patterns and place found paths as project properties, you can try it in 1.0.6-SNAPSHOT in the case just provide patterns for needed files and they will be found and added in project properties
Hello,
First of all, thank you for implementing this useful plugin.
I am trying to use it for automatically downloading JDK during the build. It works as expected.
I am getting path to Adopt OPenJDK download location in jdkPathProperty. The issue I am having is finding absolute path to javac executable on different OS. Each Adopt OS distribution and even version has different structure. MacOS has "Contents/Home", Windows does not.
Do you maybe have a suggestion how to do this, is the plugin itself able to expose it, since if I am correct there is logic inside for locating executables?
Thank you,
Miro
The text was updated successfully, but these errors were encountered: