@@ -12,10 +12,11 @@ buildscript {
1212 classpath " com.github.adrianbk:gradle-travisci-trigger-plugin:1.0.0"
1313 classpath ' org.codehaus.groovy.modules.http-builder:http-builder:0.7.2'
1414 classpath ' com.github.ben-manes:gradle-versions-plugin:0.20.0'
15- classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.2 "
16- classpath " org.jfrog.buildinfo:build-info-extractor-gradle:4.7.4 "
17- classpath " org.asciidoctor:asciidoctor-gradle-plugin:1.5.7 "
15+ classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4 "
16+ classpath " org.jfrog.buildinfo:build-info-extractor-gradle:4.7.5 "
17+ classpath " org.asciidoctor:asciidoctor-gradle-plugin:1.5.8.1 "
1818 classpath " org.ajoberstar:gradle-git:1.7.2"
19+ classpath ' org.ajoberstar:gradle-git-publish:1.0.1'
1920 }
2021}
2122
@@ -90,7 +91,7 @@ subprojects {
9091 jacoco {
9192 toolVersion = " $jacocoVersion "
9293 }
93-
94+
9495 jacocoTestReport {
9596 reports {
9697 xml. enabled true
@@ -105,8 +106,8 @@ subprojects {
105106
106107apply from : " $rootDir /gradle/documentation.gradle"
107108
108- task wrapper ( type : Wrapper ) {
109- gradleVersion = ' 4.4 .1'
109+ wrapper {
110+ gradleVersion = ' 4.10 .1'
110111}
111112
112113task codeCoverageReport (type : JacocoReport ) {
@@ -120,7 +121,7 @@ task codeCoverageReport(type: JacocoReport) {
120121
121122 reports {
122123 xml. enabled true
123- xml. destination " ${ buildDir} /reports/jacoco/report.xml"
124+ xml. destination file( " ${ buildDir} /reports/jacoco/report.xml" )
124125 html. enabled false
125126 csv. enabled false
126127 }
0 commit comments