Disable generation of tar and zip archives

Fixes #28
This commit is contained in:
R. Tyler Croy 2015-09-01 14:21:38 -07:00
parent b6bbcf92a4
commit 0168f5c805
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 9 additions and 1 deletions

View File

@ -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