fabric/fabric-api-base/build.gradle
i509VCB eaafab80ff Add command to audit mixin environment in game (#1174)
* Add command to audit mixin environment in game

* Throw assertion error instead and add success message

Assertion errors will bypass the command exceptions being eaten.
2020-11-23 20:14:29 +00:00

7 lines
265 B
Groovy

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