We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558819f commit 534726fCopy full SHA for 534726f
2 files changed
build.gradle
@@ -107,7 +107,7 @@ subprojects {
107
publishing {
108
publications {
109
mavenJava(MavenPublication) {
110
- artifactId = rootProject.maven_group + "-" + project.name
+ artifactId = rootProject.archives_base_name + "-" + project.name
111
from components.java
112
}
113
fabric/build.gradle
@@ -29,7 +29,6 @@ dependencies {
29
modImplementation("xyz.nucleoid:disguiselib-fabric:${project.disguiselib_version}")
30
31
32
-
33
processResources {
34
inputs.property "version", rootProject.version
35
0 commit comments