Include the shadowJar in our archives configuration for release

This commit is contained in:
R. Tyler Croy 2015-09-03 08:58:59 -07:00
parent cf98dd2717
commit ed5c155e52
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,7 @@ apply plugin: 'io.ratpack.ratpack-groovy'
apply plugin: 'com.github.johnrengelman.shadow'
////////////////////////////////////////////////////////////////////////////////
version = '0.3.0'
version = '0.3.1'
group = 'offtopic'
description =' Offtopic is a simple web application built with Ratpack for inspecting and consuming events from Kafka.'
@ -71,6 +71,9 @@ run {
}
assemble.dependsOn shadowJar
artifacts {
archives shadowJar
}
////////////////////////////////////////////////////////////////////////////////
// RELEASING