Skip to content

Commit ead0035

Browse files
committed
[skip tests] minor formatting
1 parent c8a7bbf commit ead0035

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins {
3030
def isCI = System.getenv().containsKey('CI')
3131
def isLocal = !isCI
3232
def isReproducibleBuild = System.getenv('SOURCE_DATE_EPOCH') != null
33-
if(isReproducibleBuild) {
33+
if (isReproducibleBuild) {
3434
gradle.settingsEvaluated {
3535
logger.warn('*************** Remote Build Cache Disabled due to Reproducible Build ********************')
3636
logger.warn("Build date will be set to (SOURCE_DATE_EPOCH=${System.getenv("SOURCE_DATE_EPOCH")})")
@@ -57,7 +57,7 @@ buildCache {
5757

5858
rootProject.name = 'grails.core.ROOT'
5959

60-
include (
60+
include(
6161
'grails-bootstrap',
6262
'grails-cache',
6363
'grails-codecs-core',
@@ -330,7 +330,7 @@ include 'grails-profiles-web-plugin'
330330
project(':grails-profiles-web-plugin').projectDir = file('grails-profiles/web-plugin')
331331

332332
// Functional Tests
333-
include (
333+
include(
334334
'grails-test-examples-async-events-pubsub-demo',
335335
'grails-test-examples-app1',
336336
'grails-test-examples-app2',
@@ -385,7 +385,7 @@ project(':grails-test-examples-cache').projectDir = file('grails-test-examples/c
385385
project(':grails-test-examples-views-functional-tests').projectDir = file('grails-test-examples/views-functional-tests')
386386
project(':grails-test-examples-views-functional-tests-plugin').projectDir = file('grails-test-examples/views-functional-tests-plugin')
387387

388-
includeBuild ('./grails-gradle')
388+
includeBuild('./grails-gradle')
389389

390390
// Due to https://github.com/gradle/gradle/issues/2986 , we can't change the global exclude for profiles, it must be done everywhere
391391
for (String pattern in DirectoryScanner.defaultExcludes) {

0 commit comments

Comments
 (0)