Fixed a few recipe issues.

This commit is contained in:
WayofTime 2016-01-02 08:03:41 -05:00
parent a17e9be1cf
commit 2a13998ed0
7 changed files with 312 additions and 298 deletions

View file

@ -18,6 +18,13 @@ plugins {
apply plugin: 'maven-publish'
repositories {
maven {
name = "local"
url = "file:///home/Scott/Dropbox"
}
}
def build_number = 'CUSTOM'
if (System.getenv('BUILD_NUMBER') != null)