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

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