Skip to content

Commit

Permalink
PUB-1619 - Added fortify library classifier (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisS1512 authored Jan 26, 2024
1 parent 459a6ca commit 2d78b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ dependencies {
testImplementation group: 'com.redis', name: 'testcontainers-redis', version: '1.7.0'
testImplementation group: 'org.testcontainers', name: 'junit-jupiter'
testImplementation group: 'io.github.hakky54', name: 'logcaptor', version: '2.9.1'
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.0'
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.0', classifier: 'all'
}

task fortifyScan(type: JavaExec) {
Expand Down

0 comments on commit 2d78b59

Please sign in to comment.