Fix groupId (#3)

dev/0.11
Jamie Mansfield 2016-08-16 23:40:57 +01:00 committed by Modmuss50
parent 5e9d3b819b
commit ee4708e486
1 changed files with 1 additions and 1 deletions

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'