Skip to content

Commit

Permalink
fix formatting in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
krasinski committed Nov 11, 2023
1 parent 858303e commit 92debde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,13 @@ def createStagingId(def username, def password) {

def uploadFiles(def username, def password, def repoDir, def stagingId) {
def proc = ['./uploadToNexus.sh'
, username, password, repoDir, stagingId].execute([], file("${rootDir.toString()}/gradle/publish"))
, username, password, repoDir, stagingId].execute([], file("${rootDir.toString()}/gradle/publish"))
proc.waitFor()
}

def closeBucket(def username, def password, def stagingId) {
def proc = ['./closeBucket.sh'
, username, password, stagingId].execute([], file("${rootDir.toString()}/gradle/publish"))
, username, password, stagingId].execute([], file("${rootDir.toString()}/gradle/publish"))
proc.waitFor()
}

Expand Down

0 comments on commit 92debde

Please sign in to comment.