File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- if (project. hasProperty(' bintrayUser' ) && project. hasProperty(' bintrayKey' ) &&
18- project. hasProperty(' sonatypeUsername' ) && project. hasProperty(' sonatypePassword' )) {
17+ if (project. hasProperty(' bintrayUser' ) && project. hasProperty(' bintrayKey' )) {
1918
2019 subprojects {
2120 plugins. withId(' com.jfrog.bintray' ) {
@@ -48,8 +47,8 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey') &&
4847 }
4948
5049 mavenCentralSync {
51- user = project. property (' sonatypeUsername' )
52- password = project. property (' sonatypePassword' )
50+ user = project. properties . getOrDefault (' sonatypeUsername' , ' ' )
51+ password = project. properties . getOrDefault (' sonatypePassword' , ' ' )
5352 }
5453 }
5554 }
Original file line number Diff line number Diff line change 11plugins {
22 id ' java-library'
33 id ' com.google.protobuf' version ' 0.8.5' apply false
4- id ' com.gradle.build-scan' version ' 1.15.1 '
4+ id ' com.gradle.build-scan' version ' 1.16 '
55 id ' com.google.osdetector' version ' 1.4.0'
66 id ' com.github.sherter.google-java-format' version ' 0.7.1' apply false
77 id ' com.github.johnrengelman.shadow' version ' 2.0.1' apply false
88 id ' com.jfrog.artifactory' version ' 4.7.3'
99 id ' com.jfrog.bintray' version ' 1.8.4'
1010 id ' io.spring.dependency-management' version ' 1.0.6.RELEASE' apply false
11- id ' me.champeau.gradle.jmh' version ' 0.4.5 ' apply false
12- id ' io.morethan.jmhreport' version ' 0.7 .0' apply false
11+ id ' me.champeau.gradle.jmh' version ' 0.4.7 ' apply false
12+ id ' io.morethan.jmhreport' version ' 0.9 .0' apply false
1313}
1414
1515apply from : ' artifactory.gradle'
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ protobuf {
8888 }
8989 plugins {
9090 rsocketRpc {
91- artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0 '
91+ artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.5 '
9292 }
9393 }
9494 generateProtoTasks {
Original file line number Diff line number Diff line change 11group =io.rsocket.rpc
2- version =0.2.4
2+ version =0.2.5
You can’t perform that action at this time.
0 commit comments