Skip to content

Commit 832a984

Browse files
committed
Remove minestom argument from the test definition
1 parent 239a54a commit 832a984

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ subprojects {
1515
}
1616
getByName<Test>("test") {
1717
finalizedBy(project.tasks.findByPath("jacocoTestReport"))
18-
jvmArgs("-Dminestom.inside-test=true")
1918
useJUnitPlatform()
2019
testLogging {
2120
events("passed", "skipped", "failed")

0 commit comments

Comments
 (0)