1
0
mirror of https://github.com/shadowfacts/Forgelin.git synced 2025-01-08 01:44:17 +00:00

Add maven gradle plugin

This commit is contained in:
Shadowfacts 2016-08-06 10:52:01 -04:00
parent 78e7b9abcf
commit 0edd79b1ba

View File

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