fabric/fabric-api-base/build.gradle
modmuss50 1cd3aea3db Spin up a dedicated server on github actions + add run tasks for test mods. (#1163)
* Add test mod run tasks, add a very basic auto test server task

* License header

* Minor cleanup

* Fix bad depends
2020-11-15 19:40:17 +00:00

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')
}