Add maven gradle plugin

This commit is contained in:
Shadowfacts 2016-08-06 10:52:01 -04:00
parent 78e7b9abcf
commit 0edd79b1ba
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ buildscript {
}
plugins {
id "maven"
id "com.github.johnrengelman.shadow" version "1.2.3"
}