Skip to content

Commit

Permalink
remove unused test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Dec 13, 2020
1 parent 2395520 commit 50bcb26
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
runtimeOnly("org.postgresql:postgresql")
testImplementation("org.springframework.boot:spring-boot-starter-test")
}

tasks.withType<KotlinCompile> {
Expand All @@ -32,7 +31,3 @@ tasks.withType<KotlinCompile> {
jvmTarget = "1.8"
}
}

tasks.withType<Test> {
useJUnitPlatform()
}

0 comments on commit 50bcb26

Please sign in to comment.