Skip to content

Commit

Permalink
Fix test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDaGame committed Dec 22, 2023
1 parent d3c19ad commit 9677e14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildSrc/src/main/kotlin/voxel-core.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ dependencies {
testImplementation("junit:junit:4.13.2")
testImplementation("org.mockito:mockito-core:4.5.1")
testImplementation("org.mockito:mockito-inline:4.5.1")
testImplementation("net.sandrohc:schematic4j:1.1.0") {
exclude("org.checkerframework", "")
exclude("org.slf4j", "")
}
}


Expand Down

0 comments on commit 9677e14

Please sign in to comment.