Skip to content

Commit

Permalink
gradle develocity
Browse files Browse the repository at this point in the history
  • Loading branch information
XenoAmess committed Sep 20, 2024
1 parent 90c324b commit 7292c4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions idea-plugin/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id "com.gradle.enterprise" version "3.18.1"
id "com.gradle.develocity" version "3.18.1"
}
gradleEnterprise {
develocity {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
termsOfUseUrl = "https://gradle.com/terms-of-service"
termsOfUseAgree = "yes"
}
}
include 'p3c-idea'
Expand Down

0 comments on commit 7292c4e

Please sign in to comment.