File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 36
36
- name : " Java 8"
37
37
stage : test
38
38
jdk : oraclejdk8
39
- script : ./gradlew check install jacocoRootReport
39
+ script : ./gradlew check install jacocoRootReport --scan
40
40
after_success : ./gradlew coveralls sonarqube
41
41
42
42
# JDK 11
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ plugins {
2
2
id ' com.github.ben-manes.versions' version ' 0.20.0'
3
3
id ' com.github.hierynomus.license' version ' 0.15.0'
4
4
id ' com.github.kt3k.coveralls' version ' 2.8.2'
5
+ id ' com.gradle.build-scan' version ' 2.1'
5
6
id ' net.researchgate.release' version ' 2.8.0'
6
7
id ' org.owasp.dependencycheck' version ' 4.0.2'
7
8
id ' org.sonarqube' version ' 2.6.2'
13
14
/* Dependencies */
14
15
marmottaVersion = ' 3.4.0'
15
16
camelVersion = ' 2.23.0'
16
- camelLdpVersion = ' 0.1.0 '
17
+ camelLdpVersion = ' 0.1.1 '
17
18
jenaVersion = ' 3.9.0'
18
19
javaxAnnotationsVersion = ' 1.3.2'
19
20
javaxInjectVersion = ' 2.5.0-b62'
@@ -367,6 +368,11 @@ configure(rootProject) {
367
368
jacocoReportPath = " ${ buildDir} /reports/jacoco/jacocoRootReport/jacocoRootReport.xml"
368
369
}
369
370
371
+ buildScan {
372
+ termsOfServiceUrl = ' https://gradle.com/terms-of-service'
373
+ termsOfServiceAgree = ' yes'
374
+ }
375
+
370
376
tasks. coveralls {
371
377
dependsOn ' jacocoRootReport'
372
378
}
You can’t perform that action at this time.
0 commit comments