Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

maven spotless #1876

Merged
merged 2 commits into from
Aug 23, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions metrics/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jar {

publishing {
publications {
mavenJava(MavenPublication) {
artifactId 'metrics-core'
}
mavenJava(MavenPublication) { artifactId 'metrics-core' }
}
}

Expand Down
4 changes: 1 addition & 3 deletions services/util/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jar {

publishing {
publications {
mavenJava(MavenPublication) {
artifactId 'services-util'
}
mavenJava(MavenPublication) { artifactId 'services-util' }
}
}

Expand Down