Fix Forge mod jar names

This commit is contained in:
Aizistral
2026-03-27 23:49:35 +01:00
parent b53c51bd61
commit b91cf9da75
2 changed files with 7 additions and 1 deletions

View File

@@ -61,6 +61,10 @@ dependencies {
annotationProcessor 'net.minecraftforge:eventbus-validator:7.0.1'
}
tasks.withType(Jar) {
archivesBaseName = project.archivesBaseName
}
jar {
manifest {
attributes([

View File

@@ -1,3 +1,5 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}
}
rootProject.name = 'NoChatRestrictions'