Derp, forgot that gradle starts in the workspace directory

This commit is contained in:
Adubbz 2015-12-17 17:54:53 +11:00
parent e4d0af79cc
commit e9f2018afe
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ uploadArchives {
println "--------------------"
def list = []
def dir = new File("${System.env.WORKSPACE}/build/libs/")
def dir = new File("build/libs/")
dir.eachFileRecurse (FileType.FILES) { file ->
//Add each file to the list
list << file