JAXB dependency is missing
maik opened this issue · 2 comments
maik commented
I tried to tun the project using Oracle JDK 10.0.1, but it failed, because JAXB was missing.
Adding
compile 'javax.xml.bind:jaxb-api:2.3.0'
to the Gradle dependencies solved the problem.
gregturn commented
Adding Java 10 support is something we want to tackle consistently across all guides and tutorials.
maik commented
Ah, I see.
Apart from that everything worked fine, BTW.