Added maven build plugin.

This commit is contained in:
Jonathan Bernard 2016-04-17 17:40:44 -05:00
parent 6bf2b86592
commit 37c1c01ffc

View File

@ -1,5 +1,6 @@
apply plugin: 'groovy'
apply plugin: 'application'
apply plugin: 'maven'
group = 'com.jdblabs'
version = '0.2.2'