Commit e1448b0 1 parent a14248a commit e1448b0 Copy full SHA for e1448b0
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,23 +59,23 @@ springBoot {
59
59
buildInfo()
60
60
}
61
61
62
+ tasks. withType(Javadoc ) {
63
+ options. addStringOption(' Xdoclint:none' , ' -quiet' )
64
+ }
65
+
62
66
// Code formatting
63
67
spotless {
64
68
java {
65
69
// Import order
66
- importOrderFile(' / contributing/companion.importorder' )
70
+ importOrderFile(' contributing/companion.importorder' )
67
71
removeUnusedImports()
68
72
69
73
// Code style
70
- eclipse(). configFile(' / contributing/GoogleStyle.xml' )
74
+ eclipse(). configFile(' contributing/GoogleStyle.xml' )
71
75
formatAnnotations()
72
76
}
73
77
}
74
78
75
- tasks. withType(Javadoc ) {
76
- options. addStringOption(' Xdoclint:none' , ' -quiet' )
77
- }
78
-
79
79
// Distribution-specific tasks
80
80
def dependenciesDir = " $buildDir /dependencies"
81
81
def distributionDir = " $buildDir /SC Trade Companion"
You can’t perform that action at this time.
0 commit comments