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 1d80b4d commit c4d8b30Copy full SHA for c4d8b30
build.gradle
@@ -106,6 +106,7 @@ compileJava {
106
publishing {
107
publications {
108
mavenJava(MavenPublication) {
109
+ artifactId project.archivesBaseName
110
from components.java
111
}
112
gradle.properties
@@ -6,7 +6,7 @@ org.gradle.daemon=false
6
# Mod
7
mod_id=cumulus_menus
8
mod_name=Cumulus
9
-mod_version=1.0.0-beta.1
+mod_version=1.0.0-beta.1.1
10
mc_version=1.20.1
11
fabric_version=0.14.22
12
parchment_mappings=2023.08.20
0 commit comments