mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Polish Formatting of build.gradle
Issue: gh-4986
This commit is contained in:
parent
7b708bb4f5
commit
48a5aad4a8
@ -18,10 +18,10 @@ ext.milestoneBuild = !(snapshotBuild || releaseBuild)
|
|||||||
|
|
||||||
dependencyManagementExport.projects = subprojects.findAll { !it.name.contains('-boot') }
|
dependencyManagementExport.projects = subprojects.findAll { !it.name.contains('-boot') }
|
||||||
|
|
||||||
// Disable JaCoCo when not explicitly requested to enable caching of test
|
// Disable JaCoCo when not explicitly requested to enable caching of test
|
||||||
// See https://discuss.gradle.org/t/do-not-cache-if-condition-matched-jacoco-agent-configured-with-append-true-satisfied/23504
|
// See https://discuss.gradle.org/t/do-not-cache-if-condition-matched-jacoco-agent-configured-with-append-true-satisfied/23504
|
||||||
gradle.taskGraph.whenReady { graph ->
|
gradle.taskGraph.whenReady { graph ->
|
||||||
def enabled = graph.allTasks.any { it instanceof JacocoReport }
|
def enabled = graph.allTasks.any { it instanceof JacocoReport }
|
||||||
subprojects { project ->
|
subprojects { project ->
|
||||||
project.plugins.withType(JacocoPlugin) {
|
project.plugins.withType(JacocoPlugin) {
|
||||||
project.tasks.withType(Test) {
|
project.tasks.withType(Test) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user