Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Merge 6e00dd0 into 5509159
Browse files Browse the repository at this point in the history
  • Loading branch information
fzdy1914 committed Feb 28, 2019
2 parents 5509159 + 6e00dd0 commit 2b84fa4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ shadowJar {
destinationDir = file("${buildDir}/jar/")
}

task wrapper(type: Wrapper) {
gradleVersion = '4.8.1'
}

task coverage(type: JacocoReport) {
sourceDirectories = files(sourceSets.main.allSource.srcDirs)
classDirectories = files(sourceSets.main.output)
Expand Down

0 comments on commit 2b84fa4

Please sign in to comment.