This commit is contained in:
Wagyourtail 2022-06-08 09:35:49 -06:00
parent 347027a8e0
commit e6cc9b1131
No known key found for this signature in database
GPG Key ID: 919725C5A647667A
1 changed files with 1 additions and 1 deletions

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));