Skip to content

Commit

Permalink
Add H2 version 2.0.202 dialect / Fixes for test configuration #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Dec 20, 2021
1 parent bd2687a commit 5b88af0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fun Project.setupDialectTest(dialect: String) {
}
} else {
with(tasks.getByPath("test") as Test) {
systemProperties["exposed.test.dialects"] = dialect
systemProperties["exposed.test.dialects"] = "h2"
}
}
}
Expand Down

0 comments on commit 5b88af0

Please sign in to comment.