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 3175c8f commit 54d05f8Copy full SHA for 54d05f8
build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
ext.dotNetExec = project.hasProperty('dotNetExec') ? project.getProperty('dotNetExec') : 'dotnet6'
11
12
group 'com.blackduck.integration'
13
-version = '2.4.0-SIGQA1'
+version = '2.4.0-SIGQA2-SNAPSHOT'
14
15
apply plugin: 'com.blackduck.integration.solution'
16
apply plugin: 'distribution'
0 commit comments