Closes #1267
Closes #1269
Closes #1276
Closes #1270
Closes #1253
This commit is contained in:
NotMyFault
2021-09-06 13:38:22 +02:00
parent 3b4bd5384c
commit e08a14b3a7
4 changed files with 23 additions and 9 deletions

View File

@@ -1,6 +1,19 @@
{
"extends": [
"config:base"
"config:base",
":disableDependencyDashboard"
],
"ignoreDeps": ["guava", "rhino-runtime", "mockito-core", "antlr4", "antlr4-runtime", "paranamer", "fastutil", "auto-value-annotations", "auto-value", "gson"]
"ignoreDeps": [
"guava",
"rhino-runtime",
"mockito-core",
"antlr4",
"antlr4-runtime",
"paranamer",
"fastutil",
"auto-value-annotations",
"auto-value",
"gson",
"fabric-api"
]
}