Setup unit tests & format gradle files. (#3073)

This commit is contained in:
modmuss
2023-05-30 13:07:11 +01:00
committed by GitHub
parent 8cec7577f3
commit b3afc78b68
54 changed files with 247 additions and 215 deletions

View File

@@ -6,9 +6,7 @@ moduleDependencies(project, [
'fabric-resource-loader-v0'
])
testDependencies(project, [
':fabric-command-api-v2'
])
testDependencies(project, [':fabric-command-api-v2'])
loom {
accessWidenerPath = file("src/main/resources/fabric-object-builder-api-v1.accesswidener")