Skip to content

Commit 2c61f55

Browse files
committed
Replaces deprecated project.buildDir by project.layout.buildDirectory in build.gradle
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent 8b336d7 commit 2c61f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jaxb2 {
226226
basePackage = 'com.github.markusbernhardt.xmldoclet.xjc'
227227
schema = 'src/main/xjc/javadoc.xsd'
228228
encoding = 'UTF-8'
229-
generatedSourcesDir = "${project.buildDir}/generated/sources/java/main/xjc"
229+
generatedSourcesDir = "${project.layout.buildDirectory}/generated/sources/java/main/xjc"
230230
additionalArgs = '-extension'
231231
}
232232
}

0 commit comments

Comments
 (0)