Skip to content

Commit 51ce190

Browse files
kbahrrobertroeser
authored andcommitted
upgrade rsocket to latest RC and set up build snapshot for next release (#39)
* upgrade rsocket to latest RC and set up build snapshot for next release * use openjdk for windows build * update path to java
1 parent bc16730 commit 51ce190

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
before_install:
2222
- rm -r "/c/Program Files (x86)/Microsoft Visual Studio 14.0"
2323
- export PATH=$PATH:"/c/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16.27023/bin/HostX86/x64"
24-
- choco install -y jdk8 --version 8.0.201
25-
- export PATH=$PATH:"/c/Program Files/Java/jdk1.8.0_201/bin"
24+
- choco install -y adoptopenjdk8
25+
- export PATH=$PATH:"/c/Program Files/AdoptOpenJDK/jdk8u202-b08/bin"
2626
- wget https://github.com/google/protobuf/releases/download/v3.6.1/protobuf-cpp-3.6.1.tar.gz
2727
- tar -xzf protobuf-cpp-3.6.1.tar.gz
2828
- pushd protobuf-3.6.1/cmake

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ subprojects {
3434
targetCompatibility = 1.8
3535

3636
ext['reactor-bom.version'] = 'Californium-SR5'
37-
ext['rsocket.version'] = '0.11.21'
37+
ext['rsocket.version'] = '0.12.2-RC1'
3838

3939
ext['protobuf.version'] = '3.6.1'
4040
ext['log4j.version'] = '2.11.2'

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.16
2+
version=0.2.17-BUILD-SNAPSHOT

0 commit comments

Comments
 (0)