This is why IDEs are the greatest

This commit is contained in:
Adubbz 2015-12-17 18:14:29 +11:00
parent b3620d8cfc
commit c0f3b64b24
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ uploadArchives {
def dir = new File("build/libs/")
if (dir.exists() {
if (dir.exists()) {
dir.eachFileRecurse (FileType.FILES) { file ->
//Add each file to the list
list << file