File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -337,14 +337,15 @@ distributions {
337337
338338 docs {
339339 contents {
340- duplicatesStrategy = DuplicatesStrategy . INCLUDE
340+ duplicatesStrategy = DuplicatesStrategy . EXCLUDE
341341 with documentation
342342 into ' /'
343343 }
344344 }
345345
346346 main {
347347 contents {
348+ duplicatesStrategy = DuplicatesStrategy . EXCLUDE
348349 into(' docs' ) { with documentation }
349350 libraryProjects. each { Project subproject ->
350351 into (" libs" ) {
@@ -387,7 +388,7 @@ task codeCoverageReport(type: JacocoReport) {
387388}
388389
389390wrapper {
390- gradleVersion = " 6.5"
391+ gradleVersion = " 6.5.1 "
391392 distributionType = Wrapper.DistributionType . ALL
392393}
393394
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5.1 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments