Skip to content

Commit

Permalink
Add libraries.postgresql to tkms-starter build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravewalker666 committed Jul 16, 2024
1 parent 536652b commit 178f67d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tw-tkms-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ dependencies {
if (!springBootVersion.startsWith("2.6")) {
testImplementation libraries.flywayMysql
}
if (springBootVersion.startsWith("3.3")) {
testImplementation libraries.flywayPostgresql
}
testImplementation libraries.flywayCore
testImplementation libraries.lombok
testImplementation libraries.springBootStarterActuator
Expand Down

0 comments on commit 178f67d

Please sign in to comment.