Skip to content

Commit 421a03a

Browse files
committed
upgrade gradle wrapper to gradle 6.8.3
1 parent ed2b1ca commit 421a03a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import java.util.regex.Matcher
22

33
plugins {
4-
id 'net.researchgate.release' version '2.6.0'
5-
id 'nebula.optional-base' version '3.3.0'
4+
id 'net.researchgate.release' version '2.8.1'
5+
id 'nebula.optional-base' version '5.0.1'
66
}
77

88
ext {

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jul 13 13:12:06 CEST 2017
1+
#Fri Apr 23 17:20:37 CEST 2021
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip

0 commit comments

Comments
 (0)