File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 11group =io.rsocket.rpc
2- version =0.2.16
2+ version =0.2.17-BUILD-SNAPSHOT
You can’t perform that action at this time.
0 commit comments