From 132959707e8a8bfd825746019daf6d49a93ac9f3 Mon Sep 17 00:00:00 2001 From: Patbox <39821509+Patbox@users.noreply.github.com> Date: Wed, 26 Jul 2023 20:56:12 +0200 Subject: [PATCH] Fix build --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 13a0703f..cc761946 100644 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ if (System.getenv("MODRINTH")) { token = System.getenv("MODRINTH") projectId = 'xUvfRSZh'// The ID of your modrinth project, slugs will not work. versionNumber = "" + version // The version of the mod to upload. - versionType = isStable ? "release" : "beta" + versionType = "release" uploadFile = remapJar // This links to a task that builds your mod jar and sets "uploadFile" to the mod jar. gameVersions = [((String) project.minecraft_version)] changelog = System.getenv("CHANGELOG")