Skip to content

Commit

Permalink
Update Modrinth's Minotaur
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Nov 10, 2023
1 parent c3208b8 commit e352626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
id 'idea'
id "com.matthewprenger.cursegradle" version "1.4.0"
id "com.modrinth.minotaur" version "2.7.+"
id "com.modrinth.minotaur" version "2.+"
}

archivesBaseName = "${mod_name}-fabric"
Expand Down
2 changes: 1 addition & 1 deletion Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

plugins {
id "com.matthewprenger.cursegradle" version "1.4.0"
id "com.modrinth.minotaur" version "2.7.+"
id "com.modrinth.minotaur" version "2.+"
}

apply plugin: 'java'
Expand Down

0 comments on commit e352626

Please sign in to comment.