Skip to content

Commit

Permalink
fix(backend): add flyway classpath to buildScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed May 31, 2024
1 parent 35056a2 commit 9a45328
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,12 @@ dependencies {
testImplementation("org.testcontainers:postgresql")
}

java {
buildscript {
dependencies {
classpath("org.flywaydb:flyway-database-postgresql:10.10.0")


java {
sourceCompatibility = JavaVersion.VERSION_17
}

Expand Down

0 comments on commit 9a45328

Please sign in to comment.