Update Gradle configuration names
Closes gh-9540
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
dependencies {
|
||||
compile project(':spring-security-core')
|
||||
compile 'io.rsocket:rsocket-core'
|
||||
api project(':spring-security-core')
|
||||
api 'io.rsocket:rsocket-core'
|
||||
optional project(':spring-security-oauth2-resource-server')
|
||||
optional 'org.springframework:spring-messaging'
|
||||
testCompile 'io.projectreactor:reactor-test'
|
||||
testImplementation 'io.projectreactor:reactor-test'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user