saml2 Projects Are Not Using Formatter
To continue to make progress on moving projects over to a local idp, Spring Java Format is disabled. This will allow for that investigation to happen in parallel. Issue gh-335
This commit is contained in:
@@ -15,12 +15,6 @@ repositories {
|
||||
sourceSets.main.java.srcDirs += "$projectDir/../identity-provider/src/main/java"
|
||||
sourceSets.main.resources.srcDirs += "$projectDir/../identity-provider/src/main/resources"
|
||||
|
||||
if (plugins.hasPlugin("io.spring.javaformat")) {
|
||||
tasks.formatMain {
|
||||
dependsOn(":servlet:spring-boot:java:saml2:identity-provider:formatMain")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
implementation "org.opensaml:opensaml-saml-api:5.1.3"
|
||||
|
||||
@@ -15,12 +15,6 @@ repositories {
|
||||
sourceSets.main.java.srcDirs += "$projectDir/../identity-provider/src/main/java"
|
||||
sourceSets.main.resources.srcDirs += "$projectDir/../identity-provider/src/main/resources"
|
||||
|
||||
if (plugins.hasPlugin("io.spring.javaformat")) {
|
||||
tasks.formatMain {
|
||||
dependsOn(":servlet:spring-boot:java:saml2:identity-provider:formatMain")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
constraints {
|
||||
implementation "org.opensaml:opensaml-saml-api:5.1.3"
|
||||
|
||||
Reference in New Issue
Block a user