diff --git a/build.gradle b/build.gradle index b6b8a7a..79a7a69 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { group = "com.github.lookout" description = "A utility for monitoring the delay of Kafka consumers" -version = '0.3.0' +version = '0.4.0' mainClassName = 'com.github.lookout.verspaetung.Main' defaultTasks 'check', 'assemble' @@ -106,6 +106,14 @@ artifacts { archives shadowJar } +/* + * https://github.com/lookout/verspaetung/issues/28 + * + * disable the distZip and distTar tasks since we only need the shadow jar + */ +distZip.enabled = false +distTar.enabled = false + /* We're not building a library jar so we'll disable this default jar task */ jar.enabled = false /* Remove the "library" jar from the archives configuration so it's not