Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Aug 31, 2024
1 parent e94c4e1 commit d31c514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if (System.getenv().CURSEFORGE_KEY) {
apiToken = System.getenv().CURSEFORGE_KEY

def mainFile = upload(project.curseforge_id, jar)
mainFile.releaseType = 'beta'
mainFile.releaseType = 'alpha'
mainFile.addGameVersion "NeoForge"
mainFile.addGameVersion "${mc_version}"
mainFile.addGameVersion "Java 17"
Expand All @@ -153,7 +153,7 @@ if (System.getenv().MODRINTH_KEY) {
modrinth {
token = System.getenv().MODRINTH_KEY
projectId = project.modrinth_id
versionType = "beta"
versionType = "alpha"
versionName = "${mod_name} ${mc_version}"
versionNumber = project.version
uploadFile = jar
Expand Down

0 comments on commit d31c514

Please sign in to comment.