Skip to content

Commit 45dab7b

Browse files
committed
prepare next development iteration
1 parent 59b5f13 commit 45dab7b

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

bintray.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey')) {
4646
sign = true
4747
}
4848

49-
mavenCentralSync {
50-
user = project.properties.getOrDefault('sonatypeUsername', '')
51-
password = project.properties.getOrDefault('sonatypePassword', '')
52-
}
49+
// mavenCentralSync {
50+
// user = project.property('sonatypeUsername')
51+
// password = project.property('sonatypePassword')
52+
// }
5353
}
5454
}
5555
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.rsocket.rpc
2-
version=0.2.5
2+
version=0.2.6.BUILD-SNAPSHOT

rsocket-rpc-examples/build.gradle

Whitespace-only changes.

settings.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
rootProject.name = 'rsocket-rpc-java'
2+
23
include 'rsocket-rpc-core'
34
include 'rsocket-rpc-metrics-idl'
45
include 'rsocket-rpc-protobuf'
5-
include 'rsocket-rpc-protobuf-idl'
6+
include 'rsocket-rpc-protobuf-idl'
7+
include 'rsocket-rpc-examples'

0 commit comments

Comments
 (0)