Skip to content

Commit

Permalink
build: add tags to build scan
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Dec 13, 2024
1 parent cf81f1f commit cc21d72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ def isAuthenticated = System.getenv('DEVELOCITY_ACCESS_KEY') != null
develocity {
server = 'https://ge.grails.org'
buildScan {
tag('grails')
tag('grails-gsp')
publishing.onlyIf { isAuthenticated }
uploadInBackground = isLocal
}
Expand Down

0 comments on commit cc21d72

Please sign in to comment.