Skip to content

Commit

Permalink
[Java] Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Feb 25, 2020
1 parent 10dc524 commit eeec515
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ project(':agrona') {
}

task sourcesJar(type: Jar) {
archiveClassifier.set 'sources'
archiveClassifier.set('sources')
from sourceSets.main.allSource
from sourceSets.generated.allSource
}
Expand Down Expand Up @@ -326,7 +326,7 @@ project(':agrona-agent') {
jar.finalizedBy shadowJar

task sourcesJar(type: Jar) {
archiveClassifier.set 'sources'
archiveClassifier.set('sources')
from sourceSets.main.allSource
from project(':agrona').sourceSets.main.allSource
from project(':agrona').sourceSets.generated.allSource
Expand All @@ -339,7 +339,7 @@ project(':agrona-agent') {
}

task javadocJar(type: Jar, dependsOn: javadoc) {
archiveClassifier.set 'javadoc'
archiveClassifier.set('javadoc')
from javadoc.destinationDir
}

Expand Down Expand Up @@ -379,7 +379,7 @@ project(':agrona-benchmarks') {

shadowJar {
archiveFileName = 'benchmarks.jar'
archiveClassifier.set 'benchmarks'
archiveClassifier.set('benchmarks')
manifest.attributes('Main-Class': 'org.openjdk.jmh.Main')
}

Expand Down

0 comments on commit eeec515

Please sign in to comment.