Skip to content

Commit efc719b

Browse files
committed
build.gradle
1 parent 136dd63 commit efc719b

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
@@ -101,14 +101,15 @@ curseforge {
101101
apiKey = ''
102102
id = '244357'
103103
changelog = file('CHANGELOG.txt')
104-
releaseType = 'alpha'
104+
releaseType = 'beta'
105105
mainArtifact(jar) {
106106
displayName = "Modern Metals $project.version"
107107
relations {
108108
requiredLibrary 'base-metals'
109109
optionalLibrary 'additional-loot-tables'
110110
}
111111
addArtifact sourceJar
112+
addArtifact deobfJar
112113
addArtifact javadocJar
113114
}
114115
}

0 commit comments

Comments
 (0)