This commit is contained in:
Wagyourtail
2022-06-08 09:35:49 -06:00
parent 347027a8e0
commit e6cc9b1131

View File

@@ -61,7 +61,7 @@ class BaritoneGradleTask extends DefaultTask {
proguardOut;
public BaritoneGradleTask() {
this.artifactName = getProject().getRootProject().getProperties().get("archivesBaseName").toString();
this.artifactName = getProject().getProperties().get("archives_base_name").toString();
this.artifactVersion = getProject().getVersion().toString();
this.artifactPath = this.getBuildFile(formatVersion(ARTIFACT_STANDARD));