Skip to content

Commit

Permalink
Replace gradle enterprise with develocity (signalfx#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Apr 10, 2024
1 parent 0aaf74a commit 40b3b3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ buildscript {
}

plugins {
id("com.gradle.enterprise") version "3.17"
id("com.gradle.develocity") version "3.17"
}

gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = if (System.getenv("CI") != null) "yes" else "no"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = if (System.getenv("CI") != null) "yes" else "no"
}
}

Expand Down

0 comments on commit 40b3b3e

Please sign in to comment.