We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70ef44 commit 2c6d407Copy full SHA for 2c6d407
build.gradle
@@ -7,6 +7,7 @@ plugins {
7
id 'application'
8
id "com.dorongold.task-tree" version "2.1.0"
9
id "jacoco"
10
+ id 'org.ajoberstar.grgit' version '4.1.1'
11
id "com.gorylenko.gradle-git-properties" version "2.3.1"
12
id "com.google.osdetector" version "1.7.0"
13
id "kr.motd.sphinx" version "2.10.1"
@@ -45,6 +46,7 @@ allprojects {
45
46
apply plugin: 'maven-publish'
47
apply plugin: 'com.google.osdetector'
48
apply plugin: 'com.github.hierynomus.license'
49
+ apply plugin: 'org.ajoberstar.grgit'
50
apply plugin: 'com.gorylenko.gradle-git-properties'
51
apply plugin: 'com.github.jk1.dependency-license-report'
52
0 commit comments