Skip to content

Commit 534726f

Browse files
committed
More maven fixes
1 parent 558819f commit 534726f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ subprojects {
107107
publishing {
108108
publications {
109109
mavenJava(MavenPublication) {
110-
artifactId = rootProject.maven_group + "-" + project.name
110+
artifactId = rootProject.archives_base_name + "-" + project.name
111111
from components.java
112112
}
113113
}

fabric/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ dependencies {
2929
modImplementation("xyz.nucleoid:disguiselib-fabric:${project.disguiselib_version}")
3030
}
3131

32-
3332
processResources {
3433
inputs.property "version", rootProject.version
3534

0 commit comments

Comments
 (0)