Skip to content

Commit ea05fc2

Browse files
committed
refactor ( #11 ) : 불필요한 루트 gradle.kts dependencies 삭제
1 parent 043a492 commit ea05fc2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ java {
3838
}
3939
}
4040

41-
dependencies {
42-
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
43-
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
44-
}
45-
4641
tasks.withType<Test> {
4742
useJUnitPlatform()
4843
}

0 commit comments

Comments
 (0)