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 8b336d7 commit 2c61f55Copy full SHA for 2c61f55
build.gradle
@@ -226,7 +226,7 @@ jaxb2 {
226
basePackage = 'com.github.markusbernhardt.xmldoclet.xjc'
227
schema = 'src/main/xjc/javadoc.xsd'
228
encoding = 'UTF-8'
229
- generatedSourcesDir = "${project.buildDir}/generated/sources/java/main/xjc"
+ generatedSourcesDir = "${project.layout.buildDirectory}/generated/sources/java/main/xjc"
230
additionalArgs = '-extension'
231
}
232
0 commit comments