mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
eaafab80ff
* 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.
7 lines
265 B
Groovy
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')
|
|
}
|