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 dcdc10f commit e79e0e9Copy full SHA for e79e0e9
build.gradle
@@ -49,7 +49,7 @@ configurations.all {
49
}
50
51
dependencies {
52
- compileExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util', version:'1.1-SNAPSHOT', changing: true) { transitive = true }
+ compileExport(group: 'com.fortify.ssc.parser.util', name: 'fortify-ssc-parser-util', version:'1.1', changing: false) { transitive = true }
53
54
55
task dist(type: Zip) {
0 commit comments