File tree 3 files changed +6
-16
lines changed
3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 26
26
uses :
gradle/actions/[email protected]
27
27
with :
28
28
arguments : build
29
+ build-scan-publish : true
30
+ build-scan-terms-of-use-url : " https://gradle.com/help/legal-terms-of-use"
31
+ build-scan-terms-of-use-agree : " yes"
29
32
30
33
- name : Notify slack fail
31
34
if : failure()
Original file line number Diff line number Diff line change 26
26
uses :
gradle/actions/[email protected]
27
27
with :
28
28
arguments : publish
29
+ build-scan-publish : true
30
+ build-scan-terms-of-use-url : " https://gradle.com/help/legal-terms-of-use"
31
+ build-scan-terms-of-use-agree : " yes"
29
32
env :
30
33
MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
31
34
MAVEN_PASSWORD : ${{ secrets.MAVEN_PASSWORD }}
Original file line number Diff line number Diff line change @@ -8,22 +8,6 @@ pluginManagement {
8
8
}
9
9
}
10
10
11
- plugins {
12
- id(" com.gradle.enterprise" ) version " 3.17.1"
13
- }
14
-
15
- develocity.buildScan {
16
- termsOfUseUrl.set(" https://gradle.com/help/legal-terms-of-use" )
17
- termsOfUseAgree.set(" yes" )
18
- publishing.onlyIf { true }
19
-
20
- obfuscation {
21
- username { null }
22
- hostname { null }
23
- ipAddresses { null }
24
- }
25
- }
26
-
27
11
include(" :basemob" )
28
12
29
13
rootProject.name = " BaseMob"
You can’t perform that action at this time.
0 commit comments