Skip to content

Commit

Permalink
Change the flywayPostgresql conditional statement to use negate of th…
Browse files Browse the repository at this point in the history
…e previous
  • Loading branch information
Gravewalker666 committed Jul 22, 2024
1 parent c187dd4 commit cba2e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tw-tkms-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
testImplementation project(":tw-tkms-test-starter")

testImplementation libraries.awaitility
if (springBootVersion.startsWith("3.3")) {
if (!springBootVersion.startsWith("3.2")) {
testImplementation libraries.flywayPostgresql
}
testImplementation libraries.flywayMysql
Expand Down

0 comments on commit cba2e50

Please sign in to comment.