File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 19
19
path : ~/.gradle/caches
20
20
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
21
21
- name : Build with Gradle
22
- run : ./gradlew clean build --continue
22
+ run : ./gradlew clean build --continue --scan
Original file line number Diff line number Diff line change @@ -66,6 +66,13 @@ allprojects {
66
66
}
67
67
}
68
68
69
+ if (hasProperty(' buildScan' )) {
70
+ buildScan {
71
+ termsOfServiceUrl = ' https://gradle.com/terms-of-service'
72
+ termsOfServiceAgree = ' yes'
73
+ }
74
+ }
75
+
69
76
nohttp {
70
77
allowlistFile = project. file(" etc/nohttp/allowlist.lines" )
71
78
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pluginManagement {
7
7
8
8
plugins {
9
9
id " com.gradle.enterprise" version " 3.2"
10
- id " io.spring.gradle-enterprise- conventions" version " 0.0.2 "
10
+ id " io.spring.ge. conventions" version " 0.0.6 "
11
11
}
12
12
13
13
rootProject. name = ' spring-security'
You can’t perform that action at this time.
0 commit comments