File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,11 @@ if (!project.hasProperty('release')) {
2424
2525repositories {
2626 // repository with fortify artifacts
27- maven {
28- url " http://dl.bintray.com/fortify/maven-public"
29- }
30- maven {
31- url " https://dl.bintray.com/fortify-ps/maven"
32- }
27+ maven { url " http://dl.bintray.com/fortify/maven-public" }
28+ // repository with fortify-ps releases
29+ maven { url " https://dl.bintray.com/fortify-ps/maven" }
30+ // repository with fortify-ps snapshots
31+ maven { url " https://oss.jfrog.org/artifactory/oss-snapshot-local" }
3332 mavenLocal()
3433 mavenCentral()
3534}
@@ -48,7 +47,7 @@ dependencies {
4847 compile ' com.fortify.plugin:plugin-api:1.0.1'
4948 compile ' org.slf4j:slf4j-api:1.7.21'
5049
51- compileExport(group : ' com.fortify.ps. ssc.parser.util' , name : ' fortify-ssc-parser-util' , version :' 0 .0.4 ' ) { transitive = true }
50+ compileExport(group : ' com.fortify.ssc.parser.util' , name : ' fortify-ssc-parser-util' , version :' 1 .0.1-SNAPSHOT ' ) { transitive = true }
5251
5352 // testImplementation 'org.junit.platform:junit-jupiter-api:5.3.1'
5453
You can’t perform that action at this time.
0 commit comments