Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 26a8a08

Browse files
fix gradle
1 parent f14a810 commit 26a8a08

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/target/
21
.idea
32
*.iml
4-
/.gradle/
3+
.gradle/
54
/build/

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ tasks.withType(AbstractPublishToMaven) {
135135
}
136136

137137
wrapper {
138-
gradleVersion = '7.0.2'
138+
gradleVersion = '7.2'
139139
distributionType = Wrapper.DistributionType.ALL
140140
}

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-7.0.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.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* )

lombok.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# This file is generated by the 'io.freefair.lombok' Gradle plugin
22
config.stopBubbling = true
33
lombok.addLombokGeneratedAnnotation = true
4+
lombok.extern.findbugs.addSuppressFBWarnings = true

0 commit comments

Comments
 (0)