aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4c1ab145a5..b1299babfb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,9 @@ buildscript {
}
plugins {
- id("org.ajoberstar.grgit") version("3.1.1")
+ // project.grgit is not available and the repository we're working in is not
+ // interacted with:
+ id 'org.ajoberstar.grgit' version '4.0.2' apply false
}
apply plugin: 'forge'