Skip to content

Commit e8a27e9

Browse files
committed
chore: Make spotless happy
1 parent 7625535 commit e8a27e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dd-smoke-tests/appsec/springboot-graphql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tasks.withType(Test).configureEach {
4040

4141
tasks.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

4646
tasks.named('check') {

dd-smoke-tests/appsec/springboot-security/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tasks.withType(Test).configureEach {
4646

4747
tasks.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

5252
tasks.named('check') {

0 commit comments

Comments
 (0)