Skip to content

Commit

Permalink
Fixing rocksdb artifact name conflicts (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Saldanha <lucas.saldanha@consensys.net>
  • Loading branch information
lucassaldanha authored Oct 1, 2019
1 parent 56029dc commit 11cb619
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions metrics/rocksdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jar {
}
}

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

dependencies {
implementation project(':metrics:core')
implementation project(':plugin-api')
Expand Down
6 changes: 6 additions & 0 deletions plugins/rocksdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jar {
}
}

publishing {
publications {
mavenJava(MavenPublication) { artifactId 'plugins-rocksdb' }
}
}

dependencies {
api project(':plugin-api')

Expand Down

0 comments on commit 11cb619

Please sign in to comment.