Merge pull request #1295 from eclipse/cd_grgit400

updated grgit gradle plugin to version 4.0.0
This commit is contained in:
Christian Dietrich 2019-11-18 09:27:09 +01:00 committed by GitHub
commit acdcd8fa73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ buildscript {
}
plugins {
id 'org.ajoberstar.grgit' version '3.1.1'
id 'org.ajoberstar.grgit' version '4.0.0'
}
apply from: "${rootDir}/gradle/versions.gradle"