Skip to content

Commit aeb5e68

Browse files
Fix minor formatting issues in build.gradle (#7265)
1 parent a5dad0c commit aeb5e68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

126126
task testNG(type: Test) {
127-
useTestNG()
127+
useTestNG()
128128
}
129129

130130
check.dependsOn testNG
131131

132132
tasks.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

0 commit comments

Comments
 (0)