JAL-3225 Using Gradle Git-Version plugin to set gitHash and gitBranch
authorBen Soares <b.soares@dundee.ac.uk>
Tue, 2 Jun 2020 22:03:57 +0000 (23:03 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 2 Jun 2020 22:03:57 +0000 (23:03 +0100)
Using Gradle Git-Version instead of exec to run git directly allows
buildship to successfully import the project into eclipse without a
command line git installed.  Essential for development within Eclipse in
Windows without having to install either gradle or git as command line
tools.


No differences found