We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c94650 commit 99149c8Copy full SHA for 99149c8
.travis.yml
@@ -27,7 +27,7 @@ jobs:
27
tags: true
28
29
- provider: script
30
- script: ./gradlew clean bintrayUpload -x test
+ script: ./gradlew clean bintrayUpload -x test -p monitoring-client
31
skip_cleanup: true
32
on:
33
build.gradle
@@ -24,7 +24,7 @@ subprojects {
24
apply plugin: 'kotlin'
25
26
group = "com.omarsmak.kafka.consumer.lag.monitoring"
- version = '0.1.0-SNAPSHOT'
+ version = '0.1.0'
ext {
libraryName = "kafka-consumer-lag-monitoring"
0 commit comments