File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
11
11
plugins {
12
- id " com.jfrog.bintray" version " 1.7 "
12
+ id " com.jfrog.bintray" version " 1.6 " // version 1.7 requires JDK8
13
13
}
14
14
15
15
apply plugin : ' java'
@@ -218,12 +218,12 @@ task release {
218
218
dependsOn ' build'
219
219
dependsOn ' uploadArchives'
220
220
dependsOn ' closeAndPromoteRepository'
221
- // dependsOn 'bintrayUpload' // doesn't work with JDK7
221
+ dependsOn ' bintrayUpload' // doesn't work with JDK7
222
222
223
223
tasks. findByName(' build' ). mustRunAfter ' clean'
224
224
225
225
tasks. findByName(' uploadArchives' ). mustRunAfter ' build'
226
226
tasks. findByName(' closeAndPromoteRepository' ). mustRunAfter ' uploadArchives'
227
227
228
- // tasks.findByName('bintrayUpload').mustRunAfter 'build'
228
+ tasks. findByName(' bintrayUpload' ). mustRunAfter ' build'
229
229
}
You can’t perform that action at this time.
0 commit comments