We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8606d3a commit 732d376Copy full SHA for 732d376
build.gradle
@@ -56,6 +56,8 @@ dependencies {
56
api 'commons-cli:commons-cli:1.9.0'
57
api 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
58
59
+ jaxb2 'org.glassfish.jaxb:jaxb-xjc:4.0.5'
60
+
61
// We need to export this as API explicitly and fix the Versions
62
// or else the Doclet will silently(!) not generate the output
63
api 'org.glassfish.jaxb:jaxb-runtime:4.0.5'
@@ -217,6 +219,7 @@ shadowJar {
217
219
}
218
220
221
jaxb2 {
222
+ // JAXB XJC: JAXB Binding Compiler
223
xjc {
224
'xmldoclet-classes' {
225
basePackage = 'com.github.markusbernhardt.xmldoclet.xjc'
0 commit comments