From a3d0f1964a8a369eab1ad740a65e6c44c3a54566 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Tue, 19 Apr 2022 16:50:09 -0600 Subject: [PATCH] add version --- gradle.properties | 1 + settings.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 45e311a7..da768a73 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,6 @@ junitVersion = 5.8.2 githooksVersion = 1.2.0 +gitVersionVersion = 0.15.0 gsonVersion = 2.8.9 guavaVersion = 31.1-jre nodePluginVersion = 3.1.1 diff --git a/settings.gradle b/settings.gradle index d4c81a99..3162174a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,7 +5,7 @@ pluginManagement { id "com.github.spotbugs" version "${spotbugsVersion}" id "com.github.node-gradle.node" version "${nodePluginVersion}" id "com.star-zero.gradle.githook" version "${githooksVersion}" - id 'com.palantir.git-version' version '0.15.0' + id "com.palantir.git-version" version "${gitVersionVersion}" } } -- GitLab