Skip to content

Commit

Permalink
Remove metric-schema gradle 8 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
schlosna committed Feb 9, 2024
1 parent 1caa3cd commit da38e00
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions tritium-lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
apply plugin: 'com.palantir.external-publish-jar'
apply plugin: 'com.palantir.metric-schema'

// work around metric-schema gradle 8 task dependency
tasks.sourcesJar.dependsOn(generateMetrics)
tasks.sourcesJar.dependsOn(compileMetricSchema)

dependencies {
api 'io.dropwizard.metrics:metrics-core'
api project(':tritium-api')
Expand Down
4 changes: 0 additions & 4 deletions tritium-metrics-jvm/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
apply plugin: 'com.palantir.external-publish-jar'
apply plugin: 'com.palantir.metric-schema'

// work around metric-schema gradle 8 task dependency
tasks.sourcesJar.dependsOn(generateMetrics)
tasks.sourcesJar.dependsOn(compileMetricSchema)

dependencies {
api 'io.dropwizard.metrics:metrics-core'
api project(':tritium-registry')
Expand Down
4 changes: 0 additions & 4 deletions tritium-metrics/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
apply plugin: 'com.palantir.external-publish-jar'
apply plugin: 'com.palantir.metric-schema'

// work around metric-schema gradle 8 task dependency
tasks.sourcesJar.dependsOn(generateMetrics)
tasks.sourcesJar.dependsOn(compileMetricSchema)

dependencies {
api 'io.dropwizard.metrics:metrics-core'
api project(':tritium-api')
Expand Down

0 comments on commit da38e00

Please sign in to comment.