This is why IDEs are the greatest
This commit is contained in:
parent
b3620d8cfc
commit
c0f3b64b24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue