Skip to content

Commit 2c6d407

Browse files
committed
fix: add org.ajoberstar.grgit plugin to build.gradle to resolve dependency issue
1 parent c70ef44 commit 2c6d407

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ plugins {
77
id 'application'
88
id "com.dorongold.task-tree" version "2.1.0"
99
id "jacoco"
10+
id 'org.ajoberstar.grgit' version '4.1.1'
1011
id "com.gorylenko.gradle-git-properties" version "2.3.1"
1112
id "com.google.osdetector" version "1.7.0"
1213
id "kr.motd.sphinx" version "2.10.1"
@@ -45,6 +46,7 @@ allprojects {
4546
apply plugin: 'maven-publish'
4647
apply plugin: 'com.google.osdetector'
4748
apply plugin: 'com.github.hierynomus.license'
49+
apply plugin: 'org.ajoberstar.grgit'
4850
apply plugin: 'com.gorylenko.gradle-git-properties'
4951
apply plugin: 'com.github.jk1.dependency-license-report'
5052

0 commit comments

Comments
 (0)