trying to re-add grgit to "xmake" section at end of build.gradle

This commit is contained in:
Axel Uhl
2022-12-19 17:44:18 +01:00
parent d27680b3e4
commit fd932e6732
+1
View File
@@ -77,6 +77,7 @@ ext {
}
if (project.hasProperty("xmake")) {
apply plugin: "org.ajoberstar.grgit"
wrapper {
distributionUrl "${sapGradleDistBaseUrl}/${sapGradleVersion}/gradle-${sapGradleVersion}-all.zip"
}