mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
git object is actually needed in Core build
This commit is contained in:
parent
84108b60c2
commit
67736bfbca
@ -1,3 +1,5 @@
|
|||||||
|
import org.ajoberstar.grgit.Grgit
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@ -23,6 +25,10 @@ plugins {
|
|||||||
|
|
||||||
group = "com.plotsquared"
|
group = "com.plotsquared"
|
||||||
|
|
||||||
|
ext {
|
||||||
|
git = Grgit.open(dir: new File(rootDir.toString() + "/.git"))
|
||||||
|
}
|
||||||
|
|
||||||
version = "5.10.0"
|
version = "5.10.0"
|
||||||
|
|
||||||
description = rootProject.name
|
description = rootProject.name
|
||||||
|
Loading…
Reference in New Issue
Block a user