Skip to content

Commit 92debde

Browse files
committed
fix formatting in gradle
1 parent 858303e commit 92debde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ def createStagingId(def username, def password) {
253253

254254
def uploadFiles(def username, def password, def repoDir, def stagingId) {
255255
def proc = ['./uploadToNexus.sh'
256-
, username, password, repoDir, stagingId].execute([], file("${rootDir.toString()}/gradle/publish"))
256+
, username, password, repoDir, stagingId].execute([], file("${rootDir.toString()}/gradle/publish"))
257257
proc.waitFor()
258258
}
259259

260260
def closeBucket(def username, def password, def stagingId) {
261261
def proc = ['./closeBucket.sh'
262-
, username, password, stagingId].execute([], file("${rootDir.toString()}/gradle/publish"))
262+
, username, password, stagingId].execute([], file("${rootDir.toString()}/gradle/publish"))
263263
proc.waitFor()
264264
}
265265

0 commit comments

Comments
 (0)