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 9c1aeba commit a1b869cCopy full SHA for a1b869c
build.gradle
@@ -86,7 +86,8 @@ subprojects {
86
87
publishMods {
88
file = tasks.remapJar.archiveFile
89
- type = STABLE
+ // TODO: Change this soonish
90
+ type = ALPHA
91
changelog = changelogText
92
93
displayName = "lootr-${name}-${rootProject.minecraft_version}-${rootProject.mod_version}"
0 commit comments