Revert "build: Update dependency org.ajoberstar.grgit:grgit-gradle to v5 (#1611)"

This reverts commit cf0a21d

Apparently that doesn't integrate that seamless in all environments.
This commit is contained in:
NotMyFault
2022-02-23 11:15:01 +01:00
parent 23b5f0cb4a
commit 77b41e052a
2 changed files with 38 additions and 1 deletions

View File

@ -29,7 +29,7 @@ val properties = Properties().also { props ->
dependencies {
implementation(gradleApi())
implementation("org.ajoberstar.grgit:grgit-gradle:5.0.0")
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:1.3.4")
}