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

Commit

Permalink
[Minor] Fix gradle formatting (#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
RatanRSur authored and pscott committed Aug 25, 2019
1 parent 4e2c3b9 commit f012932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
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

0 comments on commit f012932

Please sign in to comment.