Skip to content

Commit fa95ef1

Browse files
committed
[Java] Formatting.
1 parent dac05e6 commit fa95ef1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ project(':sbe-tool') {
243243
}
244244

245245
task sourcesJar(type: Jar) {
246-
archiveClassifier.set 'sources'
246+
archiveClassifier.set('sources')
247247
from sourceSets.main.allSource
248248
from ('src/main/cpp/otf') {
249249
into 'cpp'
@@ -291,7 +291,7 @@ project(':sbe-all') {
291291
}
292292

293293
shadowJar {
294-
archiveClassifier.set ''
294+
archiveClassifier.set('')
295295
manifest.attributes(
296296
'Main-Class': 'uk.co.real_logic.sbe.SbeTool',
297297
'Specification-Title': 'Simple Binary Encoding',
@@ -306,7 +306,7 @@ project(':sbe-all') {
306306
jar.finalizedBy shadowJar
307307

308308
task sourcesJar(type: Jar) {
309-
archiveClassifier.set 'sources'
309+
archiveClassifier.set('sources')
310310
from project(':sbe-tool').sourceSets.main.allSource
311311
from (project(':sbe-tool').file('src/main/cpp/otf')) {
312312
into 'cpp'
@@ -319,7 +319,7 @@ project(':sbe-all') {
319319
}
320320

321321
task javadocJar(type: Jar, dependsOn: javadoc) {
322-
archiveClassifier.set 'javadoc'
322+
archiveClassifier.set('javadoc')
323323
from javadoc.destinationDir
324324
}
325325

@@ -421,7 +421,7 @@ project(':sbe-samples') {
421421
}
422422

423423
task sourcesJar(type: Jar) {
424-
archiveClassifier.set 'sources'
424+
archiveClassifier.set('sources')
425425
from sourceSets.main.allSource
426426
from sourceSets.generated.allSource
427427
}
@@ -497,7 +497,7 @@ project(':sbe-benchmarks') {
497497

498498
shadowJar {
499499
archiveFileName = 'sbe-benchmarks.jar'
500-
archiveClassifier.set 'benchmarks'
500+
archiveClassifier.set('benchmarks')
501501
manifest.attributes('Main-Class': 'org.openjdk.jmh.Main')
502502
}
503503

0 commit comments

Comments
 (0)