diff --git a/settings.gradle b/settings.gradle index 23a4a6fc..047b641f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,6 +13,7 @@ gradleEnterprise { taskInputFiles = true } } + } buildCache { @@ -21,8 +22,8 @@ buildCache { def isAuthenticated = System.getenv('GRADLE_ENTERPRISE_ACCESS_KEY') push = System.getenv('CI') == 'true' && isAuthenticated enabled = true - }} - + } +} // core include "grails-datastore-gorm-bson"