Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6da7453517
|
@ -12,6 +12,11 @@ apply plugin: 'propdeps'
|
|||
apply plugin: 'propdeps-idea'
|
||||
apply plugin: 'propdeps-maven'
|
||||
|
||||
jar {
|
||||
baseName = 'spring-reactive'
|
||||
}
|
||||
|
||||
group = 'org.springframework.reactive'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
version=0.1.0.BUILD-SNAPSHOT
|
||||
group=org.springframework.reactive
|
||||
|
||||
|
|
Loading…
Reference in New Issue