Skip to content

Commit

Permalink
[Java] Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jul 5, 2017
1 parent fff32c5 commit 33c5319
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,9 @@ subprojects {
checkstyle 'com.puppycrawl.tools:checkstyle:8.0'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.24.1'

testCompile(
'org.hamcrest:hamcrest-all:1.3',
'junit:junit:4.12',
'org.mockito:mockito-core:2.8.47')
testCompile 'org.hamcrest:hamcrest-all:1.3'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:2.8.47'
}

checkstyle {
Expand Down Expand Up @@ -173,8 +172,7 @@ subprojects {
manifest.attributes(
'Implementation-Title' : 'Aeron',
'Implementation-Version' : "${aeronVersion}",
'Implementation-Vendor' : 'Real Logic Limited'
)
'Implementation-Vendor' : 'Real Logic Limited')
}

signing {
Expand Down Expand Up @@ -485,7 +483,6 @@ project(':aeron-archiver-codecs') {
testCompile sourceSets.generated.output
}

// Code Generation Configuration
compileGeneratedJava.dependsOn 'generateMessages'
compileGeneratedJava.classpath += sourceSets.main.runtimeClasspath

Expand Down Expand Up @@ -574,8 +571,7 @@ project(':aeron-all') {
manifest.attributes(
'Implementation-Title' : 'Aeron',
'Implementation-Version' : "${aeronVersion}",
'Implementation-Vendor' : 'Real Logic Limited'
)
'Implementation-Vendor' : 'Real Logic Limited')
}

uploadArchives {
Expand Down

0 comments on commit 33c5319

Please sign in to comment.