git object is actually needed in Core build

This commit is contained in:
dordsor21 2020-04-21 08:28:22 +01:00
parent 84108b60c2
commit 67736bfbca

View File

@ -1,3 +1,5 @@
import org.ajoberstar.grgit.Grgit
buildscript {
repositories {
mavenCentral()
@ -23,6 +25,10 @@ plugins {
group = "com.plotsquared"
ext {
git = Grgit.open(dir: new File(rootDir.toString() + "/.git"))
}
version = "5.10.0"
description = rootProject.name