Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit 55e0379

Browse files
committed
changed order of release dependencies
1 parent 8fbe5f1 commit 55e0379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ bintray {
136136
}
137137
}
138138

139-
afterReleaseBuild.dependsOn ":githubRelease"
140-
//afterReleaseBuild.dependsOn bintrayUpload
139+
bintrayUpload.dependsOn ":githubRelease"
140+
afterReleaseBuild.dependsOn bintrayUpload

0 commit comments

Comments
 (0)