From 010c5d471c066192f8b9095c936b550bf53017e9 Mon Sep 17 00:00:00 2001 From: Patbox <39821509+Patbox@users.noreply.github.com> Date: Tue, 25 Jan 2022 20:53:08 +0100 Subject: [PATCH] Update build and release --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9f4332d..6d4bd9c 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'fabric-loom' version '0.10-SNAPSHOT' id 'maven-publish' id "com.modrinth.minotaur" version "1.2.1" - id 'com.matthewprenger.cursegradle' version '1.4.0' + //id 'com.matthewprenger.cursegradle' version '1.4.0' } import com.modrinth.minotaur.TaskModrinthUpload import com.modrinth.minotaur.request.VersionType @@ -104,7 +104,7 @@ task publishModrinth (type: TaskModrinthUpload){ } token = System.getenv("MODRINTH") - projectId = 'j5niDupl' + projectId = 'gU9Ao8K2' versionNumber = version versionType = VersionType.RELEASE changelog = System.getenv("CHANGELOG")