File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ subprojects {
7070
7171 jacocoTestReport {
7272 reports {
73- xml. enabled true
74- html. enabled true
73+ xml. required = true
74+ html. required = true
7575 }
7676 }
7777
7878 check. dependsOn jacocoTestReport
7979}
8080
8181wrapper {
82- gradleVersion = ' 7.0.2 '
82+ gradleVersion = ' 7.1 '
8383}
8484
Original file line number Diff line number Diff line change 11[versions ]
2- assertj = " 3.19.0 "
3- commons-io = " 2.9 .0"
2+ assertj = " 3.20.2 "
3+ commons-io = " 2.10 .0"
44commons-lang3 = " 3.12.0"
55guava = " 30.1.1-jre"
66javapoet = " 1.13.0"
77jsr250 = " 1.0"
88jupiter = " 5.7.2"
99mapstruct = " 1.4.0.Final"
10- mockito = " 3.11.0 "
10+ mockito = " 3.11.2 "
1111spring = " 5.0.0.RELEASE"
1212
1313[libraries ]
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 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.1 -bin.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* )
You can’t perform that action at this time.
0 commit comments