Fixed a few recipe issues.
This commit is contained in:
parent
a17e9be1cf
commit
2a13998ed0
7 changed files with 312 additions and 298 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue