Skip to content

Commit

Permalink
Update to Minotaur 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Siphalor committed May 27, 2021
1 parent ea059df commit 02ae4cc
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.7-SNAPSHOT'
id 'maven-publish'
id 'com.matthewprenger.cursegradle' version '1.4.0'
id 'com.modrinth.minotaur' version '1.1.0'
id 'com.modrinth.minotaur' version '1.2.1'
id 'org.cadixdev.licenser' version '0.5.0'
}

Expand Down Expand Up @@ -219,7 +219,7 @@ if (project.hasProperty("siphalorModrinthApi")) {
versionName = "[${project.mod_mc_version_specifier}] ${project.mod_version}"
changelog = getProjectChangelog()
uploadFile = remapJar
releaseType = project.mod_release
versionType = project.mod_release
for (version in ((String) project.mod_mc_versions).split(";")) {
addGameVersion(version)
}
Expand Down

0 comments on commit 02ae4cc

Please sign in to comment.