Skip to content

Commit f54be18

Browse files
committed
Update build.gradle
1 parent 82106f7 commit f54be18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ dependencies {
4141
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4242
}
4343

44-
tasks.named('test') {
45-
useJUnitPlatform()
46-
}
44+
//tasks.named('test') {
45+
// useJUnitPlatform()
46+
//}
4747

4848
bootWar{
4949
archiveFileName = "FallingType.war"

0 commit comments

Comments
 (0)