2020-07-24 11:25:09 -04:00
|
|
|
archivesBaseName = "fabric-game-rule-api-v1"
|
2020-08-05 15:00:37 -04:00
|
|
|
version = getSubprojectVersion(project, "1.0.1")
|
2020-07-24 11:25:09 -04:00
|
|
|
|
|
|
|
minecraft {
|
|
|
|
accessWidener = file("src/main/resources/fabric-game-rule-api-v1.accesswidener")
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
// MUST BE A DEPENDENCY, OTHERWISE COMPILE WILL FAIL IN "RuleListWidgetMixin"
|
|
|
|
// YOU'VE BEEN WARNED
|
|
|
|
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
|
|
|
|
|
|
|
|
testmodCompile project(path: ':fabric-api-base', configuration: 'dev')
|
|
|
|
testmodCompile project(path: ':fabric-lifecycle-events-v1', configuration: 'dev')
|
|
|
|
testmodCompile project(path: ':fabric-resource-loader-v0', configuration: 'dev')
|
|
|
|
}
|