File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
include :
11
11
- stage : build
12
- script : " ./gradlew build"
12
+ script : " ./gradlew build --scan "
13
13
- stage : release
14
14
script : " ./gradlew publishPlugin"
15
15
30
30
- secure : sfZOdpbSBa/aeRSz/EVsxY0lTGd7PA4w2I7a8RZe//jNIGP/8Cql3s30lDgRBc1fy+siL0VQK+OEcAFoxwl5nALpRMXfIvpqrrtalw7faDOvvvxPmp72MQdf/JuyzJLxebaSActN0nw6AzsGB+95NfKBS6g++z9Td8KzP+Az4bp1Enr5YSkSj/5xP//TrpT13xntAMATshJQRCqmKqk9sYapL++aIqMb5y9AW09NR7cuKuyXC9RO3TzzW61QllDbUHLcPHexQdLpyZ4vxUBYb1jQ8J3choho4HrWV7oVbUPgPI4cpwz5b80GFSABEjy8YOfe8x5/M5CI2L6OObHotgHvSzYofn1EEKQCOrrYvfy60LEZVIsxZGRdDE27ymmJ58j3acRfoevRuhXQfbScOZseEfST5htnV5JILWzD5kSGhUXDv0HJcaFosSZHB3aSUCizmU3+FW5ESP3TrInzP4PCe/EvqtVDpn+Q9eH+Zq8Sx3qQptGkM3GHPt1JXd+xsg81WeymVD1azNnnCjFvvdsLM+dPEaY6TpgyJGijGLmFFQH4mh7s1Th5Smrn7ac/s3QBh26Rq3yXKJ1CH7pu5RZoLLCkSeARmLw4RS3BkgZVMa8z72mbVAoeMs8PgLCHaNxHDmcNoKTKQl5PL0kh+IssOWgAFLRGs+5+TukK3pk=
31
31
branches :
32
32
only :
33
- - master
33
+ - master
Original file line number Diff line number Diff line change 1
1
plugins {
2
+ id ' com.gradle.build-scan' version ' 2.1'
2
3
id ' eclipse'
3
4
id ' java'
4
5
id ' java-gradle-plugin'
@@ -7,6 +8,11 @@ plugins {
7
8
id ' com.github.johnrengelman.shadow' version ' 4.0.4'
8
9
}
9
10
11
+ buildScan {
12
+ termsOfServiceUrl = ' https://gradle.com/terms-of-service'
13
+ termsOfServiceAgree = ' yes'
14
+ }
15
+
10
16
group ' org.javamodularity'
11
17
version ' 1.4.1'
12
18
@@ -97,4 +103,4 @@ publishing { // used for publishing to local maven repository
97
103
version = project. version
98
104
}
99
105
}
100
- }
106
+ }
You can’t perform that action at this time.
0 commit comments