We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c0df1 commit d1fd146Copy full SHA for d1fd146
1 file changed
build.gradle
@@ -227,6 +227,7 @@ task curseforge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge) {
227
mainFile.changelogType = 'markdown'
228
mainFile.changelog = { project.ext.changelog }
229
mainFile.addModLoader('NeoForge')
230
+ mainFile.addGameVersion('Client', 'Server')
231
mainFile.releaseType = "${release_type}"
232
"${release_versions}".split(',').each {
233
mainFile.addGameVersion("${it}")
0 commit comments