Commit 0ac7178a authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.3.x'

Closes gh-22491
parents 01558100 1a35c122
......@@ -147,14 +147,6 @@ dependencies {
testRuntimeOnly("org.springframework.security:spring-security-saml2-service-provider")
}
compileJava {
options.compilerArgs << "-parameters"
}
compileTestJava {
options.compilerArgs << "-parameters"
}
test {
outputs.dir("${buildDir}/generated-snippets")
}
......
......@@ -90,11 +90,3 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testRuntimeOnly("org.hsqldb:hsqldb")
}
compileJava {
options.compilerArgs << "-parameters"
}
compileTestJava {
options.compilerArgs << "-parameters"
}
\ No newline at end of file
......@@ -82,14 +82,6 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}
compileJava {
options.compilerArgs << "-parameters"
}
compileTestJava {
options.compilerArgs << "-parameters"
}
test {
include "**/*Tests.class"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment