File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ tasks.withType(Test).configureEach {
4040
4141tasks. register(' testRuntimeActivation' , Test ) {
4242 jvmArgs ' -Dsmoke_test.appsec.enabled=inactive' ,
43- " -Ddatadog.smoketest.appsec.springboot-graphql.shadowJar.path=${ tasks.shadowJar.archiveFile.get()} "
43+ " -Ddatadog.smoketest.appsec.springboot-graphql.shadowJar.path=${ tasks.shadowJar.archiveFile.get()} "
4444}
4545
4646tasks. named(' check' ) {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ tasks.withType(Test).configureEach {
4646
4747tasks. register(' testRuntimeActivation' , Test ) {
4848 jvmArgs ' -Dsmoke_test.appsec.enabled=inactive' ,
49- " -Ddatadog.smoketest.appsec.springbootsecurity.shadowJar.path=${ tasks.shadowJar.archiveFile.get()} "
49+ " -Ddatadog.smoketest.appsec.springbootsecurity.shadowJar.path=${ tasks.shadowJar.archiveFile.get()} "
5050}
5151
5252tasks. named(' check' ) {
You can’t perform that action at this time.
0 commit comments