Added maven plugin to build.

This commit is contained in:
Jonathan Bernard 2016-04-21 07:25:46 -05:00
parent 816820c427
commit bbf8a019f9
2 changed files with 3 additions and 1 deletions

View File

@ -18,5 +18,8 @@ allprojects {
mavenLocal() mavenLocal()
mavenCentral() mavenCentral()
maven { url "https://dl.bintray.com/ijabz/maven" } maven { url "https://dl.bintray.com/ijabz/maven" }
maven { url "http://mvn.jdb-labs.com/repo" }
} }
apply plugin: 'maven'
} }

View File

@ -12,7 +12,6 @@ buildscript {
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'groovy' apply plugin: 'groovy'
apply plugin: 'ch.raffael.pegdown-doclet' apply plugin: 'ch.raffael.pegdown-doclet'
apply plugin: 'war'
dependencies { dependencies {
compile localGroovy() compile localGroovy()