File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
}
11
11
ext {
12
- projectVersion = ' 2.12.0.RELEASE '
12
+ projectVersion = ' 2.13.0-SNAPSHOT '
13
13
14
14
// https://github.com/grpc/grpc-java/releases
15
15
grpcVersion = ' 1.37.0'
@@ -155,7 +155,6 @@ allprojects {
155
155
156
156
repositories {
157
157
mavenCentral()
158
- jcenter()
159
158
}
160
159
161
160
buildscript {
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Current version.
47
47
48
48
| Version | spring-boot | gRPC | Date |
49
49
| :-------:| :-----------:| :----:| ---: |
50
+ | 2.13.0* | 2.4.5 | 1.37.0 | TBA |
50
51
| 2.12.0 | 2.4.5 | 1.37.0 | Mai, 2021 |
51
52
| 2.11.0 | 2.3.8 | 1.35.0 | Feb, 2021 |
52
53
| 2.10.1 | 2.3.3 | 1.31.1 | Aug, 2020 |
Original file line number Diff line number Diff line change 1
1
org.gradle.caching =true
2
- org.gradle.parallel =true
2
+ # It is not possible to use parallel,
3
+ # because tests in multiple modules require the same ports
4
+ # org.gradle.parallel=true
3
5
org.gradle.vfs.watch =true
4
6
org.gradle.daemon =true
5
7
You can’t perform that action at this time.
0 commit comments