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 4181e90 commit 4e6c7a6Copy full SHA for 4e6c7a6
build.gradle
@@ -102,6 +102,12 @@ tasks.register('tests') {
102
dependsOn test, integration, functional
103
}
104
105
+tasks.register('fortifyScan', JavaExec) {
106
+ mainClass = "uk.gov.hmcts.fortifyclient.FortifyClientMainApp"
107
+ classpath += sourceSets.test.runtimeClasspath
108
+ jvmArgs = ['--add-opens=java.base/java.lang.reflect=ALL-UNNAMED']
109
+}
110
+
111
checkstyle {
112
maxWarnings = 0
113
toolVersion = '11.0.1'
0 commit comments