File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
2222plugins {
2323 id ' java-library'
2424 id ' idea'
25- id ' io.freefair.javadoc-links' version ' 5.0.1 ' apply false
25+ id ' io.freefair.javadoc-links' version ' 5.1.0 ' apply false
2626 id ' com.github.johnrengelman.shadow' version ' 5.2.0' apply false
2727 id " com.github.ben-manes.versions" version " 0.28.0"
2828}
@@ -686,6 +686,6 @@ task testReport(type: TestReport) {
686686}
687687
688688wrapper {
689- gradleVersion = ' 6.4'
689+ gradleVersion = ' 6.4.1 '
690690 distributionType = ' ALL'
691691}
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.4-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.4.1 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments