From 6eabab52a41fd55d9c966e808c6359d44883f824 Mon Sep 17 00:00:00 2001 From: labkey-tchad Date: Fri, 23 Jun 2023 11:00:22 -0700 Subject: [PATCH 1/2] Update versioning plugin to avoid missing grgit dependency --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 11fe7c6415..30c6fb9097 100644 --- a/gradle.properties +++ b/gradle.properties @@ -61,7 +61,7 @@ artifactoryPluginVersion=4.21.0 gradleNodePluginVersion=3.0.1 gradlePluginsVersion=1.34.4 owaspDependencyCheckPluginVersion=5.2.1 -versioningPluginVersion=1.1.0 +versioningPluginVersion=1.1.2_gradle8-SNAPSHOT # Versions of node and npm to use during the build. If set, these versions # will be downloaded and used. If not set, the existing local installations will be use From aeea9e0e606abcf449741c01e2f32f92b6cce7c0 Mon Sep 17 00:00:00 2001 From: Trey Chadick Date: Mon, 26 Jun 2023 12:44:31 -0700 Subject: [PATCH 2/2] Update to release version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 30c6fb9097..676238a575 100644 --- a/gradle.properties +++ b/gradle.properties @@ -61,7 +61,7 @@ artifactoryPluginVersion=4.21.0 gradleNodePluginVersion=3.0.1 gradlePluginsVersion=1.34.4 owaspDependencyCheckPluginVersion=5.2.1 -versioningPluginVersion=1.1.2_gradle8-SNAPSHOT +versioningPluginVersion=1.1.2 # Versions of node and npm to use during the build. If set, these versions # will be downloaded and used. If not set, the existing local installations will be use