Merge with Fabric 1.1, stage 7

This commit is contained in:
Juuz
2023-02-16 20:59:03 +02:00
55 changed files with 1114 additions and 535 deletions

View File

@@ -133,7 +133,6 @@ dependencies {
testImplementation ('io.javalin:javalin:5.1.2') {
exclude group: 'org.jetbrains.kotlin'
}
testImplementation 'net.fabricmc:fabric-installer:0.9.0'
testImplementation 'org.mockito:mockito-core:4.8.0'
compileOnly 'org.jetbrains:annotations:23.0.0'
@@ -217,6 +216,7 @@ jacocoTestReport {
test {
maxHeapSize = "2560m"
jvmArgs "-XX:+HeapDumpOnOutOfMemoryError"
useJUnitPlatform()
// Forward system prop onto tests.