We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599b082 commit f441797Copy full SHA for f441797
build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
ext.dotNetExec = project.hasProperty('dotNetExec') ? project.getProperty('dotNetExec') : 'dotnet6'
11
12
group 'com.synopsys.integration'
13
-version = '1.0.2-SIGQA2-SNAPSHOT'
+version = '1.0.2'
14
15
apply plugin: 'com.synopsys.integration.solution'
16
apply plugin: 'distribution'
@@ -79,4 +79,4 @@ artifactory {
79
publish {
80
defaults { publications('mavenZip') }
81
}
82
-}
+}
0 commit comments