Skip to content

Commit a1b869c

Browse files
committed
Here we go!
1 parent 9c1aeba commit a1b869c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ subprojects {
8686

8787
publishMods {
8888
file = tasks.remapJar.archiveFile
89-
type = STABLE
89+
// TODO: Change this soonish
90+
type = ALPHA
9091
changelog = changelogText
9192

9293
displayName = "lootr-${name}-${rootProject.minecraft_version}-${rootProject.mod_version}"

0 commit comments

Comments
 (0)