File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ javadoc {
74
74
options. stylesheetFile = project. file(" gradle/stylesheet.css" )
75
75
76
76
options. links(
77
- " https://docs.oracle.com/javase/8/docs/api/" ,
78
- " http://www.reactive-streams.org/reactive-streams-${ reactiveStreamsVersion} -javadoc/"
77
+ " https://docs.oracle.com/javase/8/docs/api/" ,
78
+ " http://www.reactive-streams.org/reactive-streams-${ reactiveStreamsVersion} -javadoc/"
79
79
)
80
80
81
81
finalizedBy javadocCleanup
@@ -124,13 +124,13 @@ test {
124
124
}
125
125
126
126
task testNG (type : Test ) {
127
- useTestNG()
127
+ useTestNG()
128
128
}
129
129
130
130
check. dependsOn testNG
131
131
132
132
tasks. withType(Test ) {
133
- testLogging {
133
+ testLogging {
134
134
events = [" skipped" , " failed" ]
135
135
exceptionFormat = " full"
136
136
@@ -165,7 +165,7 @@ checkstyle {
165
165
configFile = project. file(" config/checkstyle/checkstyle.xml" )
166
166
configProperties = [
167
167
" checkstyle.suppressions.file" : project. file(" config/checkstyle/suppressions.xml" ),
168
- " checkstyle.header.file" : project. file(" config/license/HEADER_JAVA" )
168
+ " checkstyle.header.file" : project. file(" config/license/HEADER_JAVA" )
169
169
]
170
170
}
171
171
You can’t perform that action at this time.
0 commit comments