Skip to content

Commit ddd24c8

Browse files
SgtSilviogitseti
authored andcommitted
build > gradle to 7.1.1, updated license, jmh and shadow plugins
1 parent bf0fef0 commit ddd24c8

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version=4.7.2-SNAPSHOT
33
# plugins
44
#
55
plugin.nexus-publish.version=1.0.0
6-
plugin.license.version=0.15.0
6+
plugin.license.version=0.16.1
77
plugin.utf8.version=0.1.0
88
plugin.metadata.version=0.3.0
99
plugin.javadoc-links.version=0.4.1

gradle/wrapper/gradle-wrapper.jar

333 Bytes
Binary file not shown.
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.8.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ case "`uname`" in
7272
Darwin* )
7373
darwin=true
7474
;;
75-
MINGW* )
75+
MSYS* | MINGW* )
7676
msys=true
7777
;;
7878
NONSTOP* )

0 commit comments

Comments
 (0)