Skip to content

Commit

Permalink
[TECH][wenhao] upgrade gradle version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhao committed Mar 11, 2019
1 parent 8f663f7 commit e428bb2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
plugins {
id 'com.gradle.build-scan' version '1.9'
id 'com.gradle.build-scan' version '2.2.1'
id "com.jfrog.bintray" version "1.8.4"
id "org.owasp.dependencycheck" version "1.4.3"
id "org.owasp.dependencycheck" version "5.0.0-M1"
id 'com.github.kt3k.coveralls' version '2.7.1'
id 'java-library'
id 'idea'
id 'net.ltgt.apt' version '0.10'
id 'net.ltgt.apt' version '0.21'
id 'maven'
id 'maven-publish'
id 'signing'
id 'jacoco'
id "com.github.ksoichiro.spelling" version "0.1.1"
id "com.simonharrer.modernizer" version "1.6.0-1"
id 'com.github.ksoichiro.console.reporter' version '0.5.0'
id 'com.github.ksoichiro.console.reporter' version '0.6.2'
id 'com.github.ksoichiro.build.info' version '0.2.0'
}

buildScan {
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
licenseAgree = 'yes'
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
termsOfServiceAgree = 'yes'
}

repositories {
Expand Down Expand Up @@ -114,6 +114,13 @@ jacocoTestCoverageVerification {
}
}
}
dependsOn(jacocoTestReport)
}

check.dependsOn jacocoTestCoverageVerification

coveralls {
jacocoReportPath 'build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml'
}

def pomConfig = {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e428bb2

Please sign in to comment.