Skip to content

Commit

Permalink
Actually fix tests now
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDaGame committed Dec 22, 2023
1 parent 9677e14 commit 9f75ee6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions buildSrc/src/main/kotlin/voxel-core.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("net.sandrohc:schematic4j:1.1.0") {
exclude("org.checkerframework", "")
exclude("org.slf4j", "")
}
shadowNoRuntime("com.google.code.gson:gson:2.10.1")
shadow("org.yaml:snakeyaml:1.33")
Expand All @@ -50,10 +49,6 @@ 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 9f75ee6

Please sign in to comment.