fabric/fabric-resource-loader-v0/build.gradle
modmuss50 87d0b2af53 Fix a number of issues with reload listeners (#1240)
* Fix resource reload listeners not being sorted.
Fix missing/broken reload listener keys.
Add a debug log line for missing reload keys
Add some basic tests.

* Undo adding new keys, we can look at this later.

* use AssertionError

* Fix test on server

(cherry picked from commit 67abea83c2)
2020-12-23 20:09:38 +00:00

7 lines
269 B
Groovy

archivesBaseName = "fabric-resource-loader-v0"
version = getSubprojectVersion(project, "0.3.5")
dependencies {
testmodCompile project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
testmodCompile project(path: ':fabric-api-base', configuration: 'dev')
}