Update build.gradle

This commit is contained in:
Tara 2022-10-12 19:59:35 -07:00 committed by GitHub
parent 5012d004ce
commit 76904b2857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ plugins {
}
version = "${myversion}"
group = 'dev.zontreck.lib' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
group = 'dev.zontreck.libzontreck' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'libzontreck'
// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.