File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -219,8 +219,6 @@ jar {
219
219
}
220
220
}
221
221
222
-
223
-
224
222
xsd2java {
225
223
// JAXB XJC: JAXB Binding Compiler
226
224
// https://github.com/qaware/xsd2java-gradle-plugin
@@ -233,7 +231,7 @@ xsd2java {
233
231
234
232
extension = true
235
233
arguments [' -verbose' ]
236
- outputDir = project . layout. buildDirectory. dir(" generated/sources/java/main" ). get(). asFile
234
+ outputDir = layout. buildDirectory. dir(" generated/sources/java/main" ). get(). asFile
237
235
238
236
}
239
237
@@ -263,7 +261,7 @@ shadowJar {
263
261
sourceSets {
264
262
main {
265
263
java {
266
- srcDir project . layout. buildDirectory. dir(" generated/sources/java/main" ). get(). asFile
264
+ srcDir layout. buildDirectory. dir(" generated/sources/java/main" ). get(). asFile
267
265
}
268
266
}
269
267
}
@@ -307,7 +305,6 @@ tasks.withType(Javadoc).configureEach {
307
305
}
308
306
309
307
310
-
311
308
spotbugsMain {
312
309
reports {
313
310
html {
@@ -359,8 +356,6 @@ checkstyle {
359
356
configFile = rootProject. file(' config/checkstyle/checkstyle.xml' )
360
357
}
361
358
362
-
363
-
364
359
spotless {
365
360
// optional: limit format enforcement to just the files changed by this feature branch
366
361
ratchetFrom ' origin/master'
You can’t perform that action at this time.
0 commit comments