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 {
22
22
plugins {
23
23
id ' java-library'
24
24
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
26
26
id ' com.github.johnrengelman.shadow' version ' 5.2.0' apply false
27
27
id " com.github.ben-manes.versions" version " 0.28.0"
28
28
}
@@ -686,6 +686,6 @@ task testReport(type: TestReport) {
686
686
}
687
687
688
688
wrapper {
689
- gradleVersion = ' 6.4'
689
+ gradleVersion = ' 6.4.1 '
690
690
distributionType = ' ALL'
691
691
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments