Skip to content

Commit

Permalink
Fix property name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Peels authored and Michael Peels committed Dec 11, 2024
1 parent 271ae0f commit 2589d2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deduplication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ bootRun {
tasks.named('test') {
useJUnitPlatform()
}

test {
if (System.getProperty("testing.database.mssql.image") != null) {
systemProperty "testing.database.mssql.image", System.getProperty("testing.database.mssql.image")
}
}

0 comments on commit 2589d2d

Please sign in to comment.