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

Commit f84e8a3

Browse files
committed
changed order of release dependencies
1 parent b5b08c9 commit f84e8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ githubRelease {
136136
body changelog()
137137
}
138138

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

0 commit comments

Comments
 (0)