Add mavenCentral, update grgit

This commit is contained in:
Johannes Frohnmeyer 2022-01-12 18:50:43 +00:00
parent 4f82158528
commit 35b353142f
1 changed files with 2 additions and 1 deletions

View File

@ -5,13 +5,14 @@ buildscript {
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
mavenCentral()
}
dependencies {
classpath "gradle.plugin.com.matthewprenger:CurseGradle:1.4.0"
classpath "gradle.plugin.com.modrinth.minotaur:Minotaur:1.2.1"
classpath "net.fabricmc:fabric-loom:0.10-SNAPSHOT"
classpath "org.ajoberstar.grgit:grgit-gradle:3.1.0"
classpath "org.ajoberstar.grgit:grgit-gradle:4.1.1"
}
}