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 {
7474 options. stylesheetFile = project. file(" gradle/stylesheet.css" )
7575
7676 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/"
7979 )
8080
8181 finalizedBy javadocCleanup
@@ -124,13 +124,13 @@ test {
124124}
125125
126126task testNG (type : Test ) {
127- useTestNG()
127+ useTestNG()
128128}
129129
130130check. dependsOn testNG
131131
132132tasks. withType(Test ) {
133- testLogging {
133+ testLogging {
134134 events = [" skipped" , " failed" ]
135135 exceptionFormat = " full"
136136
@@ -165,7 +165,7 @@ checkstyle {
165165 configFile = project. file(" config/checkstyle/checkstyle.xml" )
166166 configProperties = [
167167 " 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" )
169169 ]
170170}
171171
You can’t perform that action at this time.
0 commit comments