progress dev
This commit is contained in:
@ -29,6 +29,11 @@ dependencies {
|
||||
testImplementation("org.testcontainers:postgresql")
|
||||
}
|
||||
|
||||
tasks.register("run") {
|
||||
dependsOn(tasks.bootRun)
|
||||
}
|
||||
|
||||
|
||||
tasks.withType<Test> {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
Reference in New Issue
Block a user