Skip to content

Commit

Permalink
add java-library plugin to hermes-client
Browse files Browse the repository at this point in the history
  • Loading branch information
moscicky committed Jun 19, 2023
1 parent 44016be commit f71aad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hermes-client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id 'java-library'
}

dependencies {
compileOnly group: 'io.dropwizard.metrics', name: 'metrics-core', version: versions.dropwizard_metrics
compileOnly group: 'io.micrometer', name: 'micrometer-core', version: versions.micrometer_metrics
Expand Down

0 comments on commit f71aad2

Please sign in to comment.