Skip to content

Commit

Permalink
[No Deploy] build.gradle.ktsのリファクタリング (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto authored Oct 27, 2024
1 parent 392a6ba commit c1d119d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ dependencies {
}
implementation(files("lib/libcobj.jar"))

//implementation("org.springframework.boot:spring-boot-starter")
//testImplementation("org.springframework.boot:spring-boot-starter-test") {
// exclude(mapOf("group" to "org.junit.vintage", "module" to "junit-vintage-engine"))
//}
// Use JUnit Jupiter for testing.
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")

Expand Down

0 comments on commit c1d119d

Please sign in to comment.