File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,19 @@ The starter can be used both by *1.5.X* and *2.X.X* spring boot applications.
2121[source,gradle]
2222----
2323repositories {
24- jcenter()
25- // maven { url "http ://oss.jfrog .org/oss-snapshot-local " } //for snashot builds
24+ mavenCentral()
25+ //maven { url "https ://oss.sonatype .org/content/repositories/snapshots " } //for snashot builds
2626
2727}
2828dependencies {
29- compile('org. lognet:grpc-spring-boot-starter:2.4.3')
29+ compile 'io.github. lognet:grpc-spring-boot-starter:3.0.0'
3030}
3131----
3232
33+ [IMPORTANT]
34+ Starting from release `3.0.0` the artifacts are published to *maven central*.
35+ Pay attention that `group` has changed from `org.lognet` to `io.github.lognet`.
36+
3337== Usage
3438
3539* Start by https://github.com/google/protobuf-gradle-plugin[generating] stub and server interface(s) from your `.proto` file(s).
Original file line number Diff line number Diff line change 1- version =3.0.0
1+ version =3.0.1-SNAPHSOT
22group =io.github.lognet
33# group=org.lognet
44description =Spring Boot starter for Google RPC.
You can’t perform that action at this time.
0 commit comments