Skip to content

Commit

Permalink
Fix use of Modrinth plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schifferer <[email protected]>
  • Loading branch information
paulyhedral committed Jan 16, 2024
1 parent 1984220 commit 3477b1e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@ buildscript {
}
}

plugins {
id "com.modrinth.minotaur" version "2.+"
// It's safest to have this on 2.+ to get the latest features and
// bug fixes without having to worry about breaking changes.
}

apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'org.parchmentmc.librarian.forgegradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply plugin: 'com.matthewprenger.cursegradle'
apply plugin: 'org.ajoberstar.grgit'
apply from: "https://moddingtutorials.org/applesilicon.gradle"
apply plugin: "com.modrinth.minotaur"

def branch = grgit.branch.current()
println "On branch: ${branch.fullName}"
Expand Down

0 comments on commit 3477b1e

Please sign in to comment.