mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-05-14 21:03:32 +08:00
Fix Forge mod jar names
This commit is contained in:
@@ -61,6 +61,10 @@ dependencies {
|
|||||||
annotationProcessor 'net.minecraftforge:eventbus-validator:7.0.1'
|
annotationProcessor 'net.minecraftforge:eventbus-validator:7.0.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(Jar) {
|
||||||
|
archivesBaseName = project.archivesBaseName
|
||||||
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
manifest {
|
manifest {
|
||||||
attributes([
|
attributes([
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rootProject.name = 'NoChatRestrictions'
|
||||||
Reference in New Issue
Block a user