We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3aa99d commit aa350acCopy full SHA for aa350ac
settings.gradle.kts
@@ -9,6 +9,7 @@ pluginManagement {
9
}
10
plugins {
11
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
12
+ id("com.gradle.develocity") version "3.19.1"
13
14
dependencyResolutionManagement {
15
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
@@ -18,5 +19,12 @@ dependencyResolutionManagement {
18
19
20
21
22
+develocity {
23
+ buildScan {
24
+ termsOfUseUrl.set("https://gradle.com/terms-of-service")
25
+ termsOfUseAgree.set("yes")
26
+ }
27
+}
28
+
29
rootProject.name = "cachcache-invalidation-index-plugin"
30
include(":cacheinvalidationindex")
0 commit comments