Skip to content

Commit c5fd710

Browse files
author
Alexander Furer
committed
sonatype release
1 parent 81f5b29 commit c5fd710

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
= Spring boot starter for http://www.grpc.io/[gRPC framework.] https://bintray.com/lognet/maven/grpc-spring-boot-starter/_latestVersion[ image:https://api.bintray.com/packages/lognet/maven/grpc-spring-boot-starter/images/download.svg[Download]] image:https://travis-ci.org/LogNet/grpc-spring-boot-starter.svg?branch=master[Build Status,link=https://travis-ci.org/LogNet/grpc-spring-boot-starter] image:https://codecov.io/gh/LogNet/grpc-spring-boot-starter/branch/master/graph/badge.svg["Codecov", link="https://codecov.io/gh/LogNet/grpc-spring-boot-starter/branch/master"] https://bintray.com/lognet/maven/grpc-spring-boot-starter?source=watch[ image:https://www.bintray.com/docs/images/bintray_badge_color.png[]]
1+
= Spring boot starter for http://www.grpc.io/[gRPC framework.]
2+
3+
image:https://img.shields.io/maven-central/v/io.github.lognet/grpc-spring-boot-starter.svg?label=Maven%20Central[link=https://search.maven.org/search?q=g:%22io.github.lognet%22%20AND%20a:%22grpc-spring-boot-starter%22]
4+
image:https://travis-ci.org/LogNet/grpc-spring-boot-starter.svg?branch=master[Build Status,link=https://travis-ci.org/LogNet/grpc-spring-boot-starter]
5+
image:https://codecov.io/gh/LogNet/grpc-spring-boot-starter/branch/master/graph/badge.svg["Codecov", link="https://codecov.io/gh/LogNet/grpc-spring-boot-starter/branch/master"]
6+
27
:toc:
38
:source-highlighter: prettify
49
:numbered:
510
:icons: font
611

712

8-
== Features
913

14+
== Features
1015
Auto-configures and runs the embedded gRPC server with @GRpcService-enabled beans as part of spring-boot application. +
1116

1217
The starter can be used both by *1.5.X* and *2.X.X* spring boot applications.

publishSonatype.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ apply plugin: 'com.bmuschko.nexus'
1313
apply plugin: 'io.codearte.nexus-staging'
1414

1515
def isRelease = !(version ==~ /.*SNAPSHOT/)
16-
closeAndReleaseRepository {
17-
dependsOn uploadArchives
18-
onlyIf {
16+
closeAndReleaseRepository.dependsOn uploadArchives
17+
closeAndReleaseRepository.onlyIf {
1918
isRelease
2019
}
21-
}
2220

2321

2422
modifyPom {

0 commit comments

Comments
 (0)