2020-07-09 15:06:37 -04:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
|
|
|
maven { url "https://repo.spring.io/libs-snapshot" }
|
|
|
|
}
|
|
|
|
resolutionStrategy {
|
|
|
|
eachPlugin {
|
|
|
|
if (requested.id.id == "io.spring.javaformat") {
|
|
|
|
useModule "io.spring.javaformat:spring-javaformat-gradle-plugin:${requested.version}"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-27 14:49:29 -04:00
|
|
|
include ":reactive:rsocket:hello-security"
|
|
|
|
include ":reactive:webflux:hello"
|
|
|
|
include ":reactive:webflux:hello-security-explicit"
|
|
|
|
include ":reactive:webflux:method"
|
|
|
|
include ":reactive:webflux:hello-security"
|
|
|
|
include ":reactive:webflux:authentication:username-password:form"
|
2020-07-27 16:34:47 -04:00
|
|
|
include ":reactive:webflux:authentication:x509"
|
2020-07-27 14:49:29 -04:00
|
|
|
include ":servlet:spring-boot:java:hello"
|
|
|
|
include ":servlet:spring-boot:java:hello-security-explicit"
|
|
|
|
include ":servlet:spring-boot:java:hello-security"
|