Re-add extra flourishes to the archive base name.
This commit is contained in:
parent
f72cac02ad
commit
d4e9a8dd17
|
|
@ -3,7 +3,7 @@ plugins {
|
||||||
id('org.spongepowered.gradle.vanilla') version '0.2.1-SNAPSHOT'
|
id('org.spongepowered.gradle.vanilla') version '0.2.1-SNAPSHOT'
|
||||||
}
|
}
|
||||||
|
|
||||||
archivesBaseName = mod_name
|
archivesBaseName = "${mod_name}-common-${minecraft_version}"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ plugins {
|
||||||
sourceCompatibility = JavaVersion.VERSION_16
|
sourceCompatibility = JavaVersion.VERSION_16
|
||||||
targetCompatibility = JavaVersion.VERSION_16
|
targetCompatibility = JavaVersion.VERSION_16
|
||||||
|
|
||||||
archivesBaseName = mod_name
|
archivesBaseName = "${mod_name}-fabric-${minecraft_version}"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ apply plugin: 'net.minecraftforge.gradle'
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven-publish'
|
||||||
|
|
||||||
archivesBaseName = mod_name
|
archivesBaseName = "${mod_name}-forge-${minecraft_version}"
|
||||||
|
|
||||||
java.toolchain.languageVersion = JavaLanguageVersion.of(16)
|
java.toolchain.languageVersion = JavaLanguageVersion.of(16)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user