Update grgit ()

This commit is contained in:
modmuss 2024-08-11 14:51:54 +01:00 committed by GitHub
parent a1f763fa52
commit dcbd126aea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -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"
}

View file

@ -1,11 +1,10 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenLocal()
gradlePluginPortal()
}
}