From 1855d254193609e63f63b08fb98c608885443c50 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Wed, 20 Apr 2022 17:06:15 -0600
Subject: [PATCH] import version

---
 build.gradle | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.gradle b/build.gradle
index 13c5a81..32482cd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,6 +3,7 @@ plugins {
   id "com.github.johnrengelman.shadow" version "${shadowVersion}"
   id "com.github.node-gradle.node" version "${nodePluginVersion}"
   id "com.github.spotbugs" version "${spotbugsVersion}"
+  id "com.palantir.git-version" version "${gitVersionVersion}"
   id "com.star-zero.gradle.githook" version "${githooksVersion}"
   id "eclipse-wtp"
   id "jacoco"
@@ -26,6 +27,7 @@ subprojects {
   apply plugin: "com.github.johnrengelman.shadow"
   apply plugin: "com.github.node-gradle.node"
   apply plugin: "com.github.spotbugs"
+  apply plugin: "com.palantir.git-version"
   apply plugin: "com.star-zero.gradle.githook"
   apply plugin: "com.github.johnrengelman.shadow"
   apply plugin: "eclipse-wtp"
@@ -41,6 +43,7 @@ subprojects {
   sourceCompatibility = JavaVersion.VERSION_11
   targetCompatibility = JavaVersion.VERSION_11
 
+  apply from: "${rootDir}/gradle/app-version.gradle"
   apply from: "${rootDir}/gradle/dependencies.gradle"
   apply from: "${rootDir}/gradle/git-hooks.gradle"
   apply from: "${rootDir}/gradle/repositories.gradle"
-- 
GitLab