Axel Howind
Axel Howind
Hi, first of all thanks for the work you put into the plugin. I just tried the current snapshot version of the plugin with JDK 10 EA. Gradle dies with...
Hm... maybe `JavaDetectionTools` should use `Runtime.version()` which will report major and minor versions instead. But that was only added in JDK 9, so the call would have to be done...
I have tried to look into compiling with the freshly released JDK 10. I changed build.gradle to make the mentioned packages accessible. The classes are still there,but they changed in...
Ehm... just one thought... don't know if this is the right place to ask, but... There seem to be some problems caused by interpreting the Java version String in `JavaDetectionTools.java`....
In case anybody is interested, I started my own [JPMS-plugin](https://github.com/xzel23/JpmsGradlePlugin) to help building modularised libraries with gradle. In the meantime, I added a `jlink` task and succeeded to build some...
I really like the idea of not requiring the wrapper jar to be present in your repository to run the gradle wrapper. But why not just use the tools at...
@vlsi: I was referring to the discussion about using powershell, wget, and/or curl. When at least Java 11 is present, none of these is needed because it can be done...
Happens with all OpenJDK 17 and 18 builds I tried (Oracle, Zulu, Bellsoft) on both Windows and MacOS. When I dig into the exception stack trace, it looks like an...
Hi, I'd vote for this as I'd also like to use H2 in a client app. @TomRK1089: For the time being, there's a workaround that I use for other JDBC...
Ok, works now (still getting `java.lang.IllegalArgumentException: Unable to retrieve embedded or remote manifest.`). On Java 11, using jaxb pulls in a lot of dependencies that are required on the runtime...