This repository was archived by the owner on Apr 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed
Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- /target /
21.idea
32* .iml
4- / .gradle /
3+ .gradle /
54/build /
Original file line number Diff line number Diff line change @@ -135,6 +135,6 @@ tasks.withType(AbstractPublishToMaven) {
135135}
136136
137137wrapper {
138- gradleVersion = ' 7.0. 2'
138+ gradleVersion = ' 7.2'
139139 distributionType = Wrapper.DistributionType . ALL
140140}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff 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* )
Original file line number Diff line number Diff line change 11# This file is generated by the 'io.freefair.lombok' Gradle plugin
22config.stopBubbling = true
33lombok.addLombokGeneratedAnnotation = true
4+ lombok.extern.findbugs.addSuppressFBWarnings = true
You can’t perform that action at this time.
0 commit comments