-
Bug
-
Resolution: Done
-
Major
-
None
-
3.1.3
-
None
I'm trying to use the ShrinkWrap Resolver for Gradle with Java 10.0.2 and Gradle 4.9. Unfortunately, I get following error: Could not determine java version from '10.0.2'. as soon as I call:
ShrinkWrap.create(EmbeddedGradleImporter.class).forThisProjectDirectory().importBuildOutput().as(WebArchive.class);
I guess the used Gradle Tooling API in 3.1.3 is outdated, as you can see in pom.xml. Also I would like to point out, that the Tooling API will be removed in Gradle 5.0.
The ShrinkWrap works fine with Java 8.