Skip to content

Commit

Permalink
Merge branch '3.2.x' of github.com:freefair/okhttp-spring-boot into 3…
Browse files Browse the repository at this point in the history
….3.x
  • Loading branch information
larsgrefer committed Jul 19, 2024
2 parents 36ea061 + 760d422 commit 4763da2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@ pluginManagement {

plugins {
id "io.freefair.settings.plugin-versions" version "8.6"
id "com.gradle.enterprise" version "3.17.5"
id "com.gradle.develocity" version "3.17.5"
}

boolean isCiServer = System.getenv().containsKey("CI")

gradleEnterprise {
if (isCiServer) {
buildScan {
publishAlways()
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
develocity {
buildScan {
publishing.onlyIf { isCiServer }
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfUseAgree = "yes"
}
}

Expand Down

0 comments on commit 4763da2

Please sign in to comment.