add compile for UE dev jar thingy
This commit is contained in:
parent
4fdff2e2d3
commit
b12bc9dee6
1 changed files with 5 additions and 0 deletions
|
@ -159,3 +159,8 @@ task createChangelog(type: ChangelogTask) {
|
|||
}
|
||||
|
||||
build.dependsOn "apiZip", "copyBuildXml", "createChangelog"
|
||||
|
||||
dependencies
|
||||
{
|
||||
compile 'dev.calclavia.universalelectricity:universal-electricity:+:dev'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue