Update build.gradle
This commit is contained in:
parent
5012d004ce
commit
76904b2857
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "${myversion}"
|
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'
|
archivesBaseName = 'libzontreck'
|
||||||
|
|
||||||
// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.
|
// Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17.
|
||||||
|
|
Reference in a new issue