Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update build and release
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Jan 25, 2022
1 parent 463ecff commit 010c5d4
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 @@ -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
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 010c5d4

Please sign in to comment.