Skip to content

Commit

Permalink
we don't want to publish conductor-client-metrics yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jmigueprieto committed Oct 9, 2024
1 parent 9f7c009 commit e824838
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
plugins {
id 'java-library'
id 'idea'
id 'maven-publish'
id 'signing'
// id 'maven-publish'
// id 'signing'
}

ext {
artifactName = 'Conductor Client Metrics'
artifactDescription = 'Conductor Client Metrics'
}

apply plugin: 'publish-config'
//ext {
// artifactName = 'Conductor Client Metrics'
// artifactDescription = 'Conductor Client Metrics'
//}
//
//apply plugin: 'publish-config'

dependencies {
implementation 'io.micrometer:micrometer-registry-prometheus:1.10.5'
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=4.0.0-alpha1-SNAPSHOT
version=4.0.0

0 comments on commit e824838

Please sign in to comment.