Skip to content

Commit dcfd7ed

Browse files
committed
chore(test): add missing jvm args for the test configuration
1 parent e153822 commit dcfd7ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ subprojects {
1414
}
1515
}
1616
getByName<Test>("test") {
17+
jvmArgs("-Dminestom.inside-test=true")
1718
finalizedBy(project.tasks.findByPath("jacocoTestReport"))
1819
useJUnitPlatform()
1920
testLogging {

0 commit comments

Comments
 (0)