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.
1 parent 28bc76a commit ae5b391Copy full SHA for ae5b391
.travis.yml
@@ -16,8 +16,7 @@ after_success:
16
# - ./gradlew bintrayUpload artifactoryPublish
17
- bash <(curl -s https://codecov.io/bash)
18
script:
19
- - ./gradlew -x test build
20
-# - ./gradlew check
21
-# - ./gradlew codeCoverageReport
+ - ./gradlew build
+ - ./gradlew codeCoverageReport
22
23
gradle.properties
@@ -1,4 +1,4 @@
1
-version=3.4.2
+version=3.4.3-SNAPSHOT
2
group=io.github.lognet
3
description=Spring Boot starter for Google RPC.
4
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter
0 commit comments