Change group id in build.gradle.kts file

This commit is contained in:
FlorianMichael 2023-10-19 13:50:33 +02:00
parent 55f25914b2
commit e1cd6965a7
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
val gitVersion: groovy.lang.Closure<String> by extra
group = "com.github.creeper123123321.viaaas"
group = "com.viaversion.aas"
version = "0.4.19+" + try {
gitVersion()
} catch (e: Exception) {