Merge with Fabric 1.1, stage 2

This commit is contained in:
Juuz
2023-02-16 01:00:05 +02:00
21 changed files with 89 additions and 73 deletions

View File

@@ -19,7 +19,7 @@ dependencies {
implementation gradleApi()
testImplementation(gradleTestKit())
testImplementation('org.spockframework:spock-core:2.1-groovy-3.0') {
testImplementation('org.spockframework:spock-core:2.3-groovy-3.0') {
exclude module: 'groovy-all'
}
}