mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-23 21:40:02 -04:00
Update grgit (#4019)
This commit is contained in:
parent
a1f763fa52
commit
dcbd126aea
2 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@ plugins {
|
|||
id 'jacoco'
|
||||
id "fabric-loom" version "1.6.11" apply false
|
||||
id "com.diffplug.spotless" version "6.20.0"
|
||||
id "org.ajoberstar.grgit" version "3.1.0"
|
||||
id "org.ajoberstar.grgit" version "5.2.2"
|
||||
id "me.modmuss50.remotesign" version "0.4.0" apply false
|
||||
id "me.modmuss50.mod-publish-plugin" version "0.4.5"
|
||||
}
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven {
|
||||
name = 'Fabric'
|
||||
url = 'https://maven.fabricmc.net/'
|
||||
}
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue