8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2970f59 + 7ed1284 commit 0a4559eCopy full SHA for 0a4559e
gradle.properties
@@ -11,4 +11,4 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
#
14
-version=1.0.0-RC4
+version=1.0.0-RC5
gradle/publications.gradle
@@ -8,8 +8,10 @@ subprojects {
8
maven(MavenPublication) {
9
pom {
10
name = project.name
+ afterEvaluate {
+ description = project.description
+ }
groupId = 'io.rsocket'
- description = project.description
15
url = 'http://rsocket.io'
16
licenses {
17
license {
0 commit comments