Fix groupId (#3)

This commit is contained in:
Jamie Mansfield 2016-08-16 23:40:57 +01:00 committed by Modmuss50
parent 5e9d3b819b
commit ee4708e486

View file

@ -12,7 +12,7 @@ plugins {
sourceCompatibility = 1.8
targetCompatibility = 1.8
group = 'net.fabric'
group = 'net.fabricmc'
archivesBaseName = project.name.toLowerCase()
version = '0.0.1-SNAPSHOT'