Skip to content

Commit

Permalink
Mark as beta for future builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco authored Jun 7, 2024
1 parent df48d3a commit 6362cd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = 'alpha'
mainFile.releaseType = 'beta'
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 = "alpha"
versionType = "beta"
versionName = "${mod_name} ${mc_version}"
versionNumber = project.version
uploadFile = jar
Expand All @@ -170,4 +170,4 @@ if (System.getenv().MODRINTH_KEY) {

tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
}
}

0 comments on commit 6362cd2

Please sign in to comment.