Skip to content

Commit

Permalink
Use Develocity to Produce Build Scans
Browse files Browse the repository at this point in the history
Closes gh-932
  • Loading branch information
jzheaux committed Oct 1, 2024
1 parent ccbf212 commit 64c1eff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ s101 {
configurationDirectory = project.file("etc/s101")
}

develocity {
buildScan {
termsOfUseUrl = 'https://gradle.com/help/legal-terms-of-use'
termsOfUseAgree = 'yes'
}
}

allprojects {
if (!['spring-ldap-bom', 'spring-security-docs'].contains(project.name)) {
apply plugin: 'io.spring.javaformat'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {
}

plugins {
id "com.gradle.enterprise" version "3.17.2"
id "com.gradle.develocity" version "3.17.2"
id "io.spring.ge.conventions" version "0.0.17"
}

Expand Down

0 comments on commit 64c1eff

Please sign in to comment.