Skip to content

Commit

Permalink
added automatic reflection hint config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdjulian committed May 31, 2024
1 parent 2e25b21 commit d744a44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kirc-suspending/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ dependencies {
testImplementation(tests.bundles.junit)
testImplementation(tests.bundles.kotest)

// logback logger for tests
testImplementation("ch.qos.logback:logback-classic:1.5.6")

// resource injection
testImplementation("io.hosuaby:inject-resources-junit-jupiter:0.3.3")
}
Expand Down
2 changes: 2 additions & 0 deletions kirc-suspending/src/test/resources/kotest.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
kotest.framework.classpath.scanning.config.disable=true
kotest.framework.classpath.scanning.autoscan.disable=true

0 comments on commit d744a44

Please sign in to comment.