From 01c393bd5d2bf74c1c6971a8faae37f597110510 Mon Sep 17 00:00:00 2001 From: Sola Date: Mon, 14 Feb 2022 13:39:58 +0000 Subject: [PATCH] 2 --- build.gradle | 1 - gradle.properties | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8f245f5..21c27cd 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,6 @@ plugins { } group = 'org.sonatype.cs' -version = project.hasProperty('relversion') ? project.property('relversion') : 'undefined' sourceCompatibility = '8' def applicationname = 'nexusiq-successmetrics' diff --git a/gradle.properties b/gradle.properties index d1356ce..618232a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,2 @@ org.gradle.jvmargs=-Xmx4608m +version=1