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

Commit 931cfb0

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ plugins {
66
id 'java-library'
77
id 'java-library-distribution'
88
id 'maven-publish'
9-
id 'com.jfrog.bintray' version '1.8.5'
109
id 'net.researchgate.release' version '2.8.1'
1110
id 'com.github.ben-manes.versions' version '0.36.0'
12-
id 'com.github.breadmoirai.github-release' version '2.2.12'
11+
id 'com.github.breadmoirai.github-release' version '2.2.12'
12+
id 'com.jfrog.bintray' version '1.8.5'
1313
}
1414

1515
group = 'com.redislabs'
@@ -136,5 +136,5 @@ githubRelease {
136136
body changelog()
137137
}
138138

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

0 commit comments

Comments
 (0)