Skip to content

Commit

Permalink
Merge pull request #64 from grails/ge
Browse files Browse the repository at this point in the history
Configure Gradle Enterprise
  • Loading branch information
puneetbehl authored Dec 19, 2021
2 parents c8c89f0 + e78b660 commit 5bf174f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions setting.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
plugins {
id "com.gradle.enterprise" version "3.7.2"
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.6.2'
}

gradleEnterprise {
server = 'https://ge.grails.org'
buildScan {
publishAlways()
publishIfAuthenticated()
uploadInBackground = System.getenv("CI") == null
capture {
taskInputFiles = true
}
}
}

rootProject.name = "grails-gradle-plugin"

0 comments on commit 5bf174f

Please sign in to comment.