Skip to content

Commit de2e1b0

Browse files
committed
[Java] Upgrade to Gradle 6.4.1 and javadoc-links 5.1.0.
1 parent e6b1d39 commit de2e1b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
plugins {
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

688688
wrapper {
689-
gradleVersion = '6.4'
689+
gradleVersion = '6.4.1'
690690
distributionType = 'ALL'
691691
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)