mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 11:40:41 +00:00
git object is actually needed in Core build
This commit is contained in:
parent
84108b60c2
commit
67736bfbca
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue