Skip to content

Commit

Permalink
[api]: Disable Kotest autoscan
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Jul 14, 2024
1 parent 957d5e3 commit a831d43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ subprojects {
}

systemProperty("junit.jupiter.extensions.autodetection.enabled", "true")
systemProperty("kotest.framework.classpath.scanning.config.disable", "true")
systemProperty("kotest.framework.classpath.scanning.autoscan.disable", "true")
systemProperty("github", System.getProperty("github", "false"))
}

Expand Down

0 comments on commit a831d43

Please sign in to comment.