File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111 }
1212}
1313plugins {
14- id " com.jfrog.bintray" version " 1.7 "
14+ id " com.jfrog.bintray" version " 1.+ "
1515 id ' net.researchgate.release' version ' 2.3.4'
1616 id " com.github.hierynomus.license" version " 0.14.0"
1717}
@@ -143,7 +143,7 @@ publishing {
143143 id ' guy120494'
144144 name ' Guy Smorodinsky'
145145 }
146- developer{
146+ developer {
147147 id ' osher-sade'
148148 name ' Osher Sade'
149149 }
@@ -157,8 +157,8 @@ publishing {
157157afterReleaseBuild. dependsOn bintrayUpload
158158
159159bintray {
160- user = System . getenv(' BINTRAY_USER' ) ?: project. findProperty(' BINTRAY_USER' ) ?: ' '
161- key = System . getenv(' BINTRAY_KEY' ) ?: project. findProperty(' BINTRAY_KEY' ) ?: ' '
160+ user = property( ' user ' ) ?: System . getenv(' BINTRAY_USER' ) ?: project. findProperty(' BINTRAY_USER' ) ?: ' '
161+ key = property( ' key ' ) ?: System . getenv(' BINTRAY_KEY' ) ?: project. findProperty(' BINTRAY_KEY' ) ?: ' '
162162 publications = [' maven' ]
163163 publish = true
164164 pkg {
Original file line number Diff line number Diff line change @@ -5,6 +5,4 @@ org.gradle.daemon=true
55org.gradle.parallel =true
66org.gradle.jvmargs =-Dfile.encoding =UTF-8
77
8- bintray.user =DUMMY_USER
9- bintray.key =DUMMY_KEY
10- version = 6.1
8+ version = 6.1.1
You can’t perform that action at this time.
0 commit comments