mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -05:00
1cd3aea3db
* Add test mod run tasks, add a very basic auto test server task * License header * Minor cleanup * Fix bad depends
6 lines
187 B
Groovy
6 lines
187 B
Groovy
archivesBaseName = "fabric-api-base"
|
|
version = getSubprojectVersion(project, "0.2.0")
|
|
|
|
dependencies {
|
|
testmodCompile project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
|
|
}
|