File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ dependencies {
9797 testCompile ' junit:junit:4.12'
9898 testCompile ' org.slf4j:slf4j-log4j12:+'
9999 testCompile ' pl.pragmatists:JUnitParams:1.0.4'
100- testCompile ' org.mockito:mockito-core:2.23.+ '
101- testCompile ' org.objenesis:objenesis:2.4 '
100+ testCompile ' org.mockito:mockito-core:2.23.0 '
101+ testCompile ' org.objenesis:objenesis:3.0.1 '
102102 testCompile ' com.openpojo:openpojo:0.8.10'
103103 testCompile ' org.assertj:assertj-core:3.6.1'
104104 testCompile ' nl.jqno.equalsverifier:equalsverifier:2.3.1'
Original file line number Diff line number Diff line change 1- # Thu Jul 12 15:34:39 CEST 2018
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
3333# Use the maximum available, or set MAX_FD != -1 to use that value.
3434MAX_FD=" maximum"
3535
36- warn ( ) {
36+ warn () {
3737 echo " $* "
3838}
3939
40- die ( ) {
40+ die () {
4141 echo
4242 echo " $* "
4343 echo
@@ -155,7 +155,7 @@ if $cygwin ; then
155155fi
156156
157157# Escape application args
158- save ( ) {
158+ save () {
159159 for i do printf %s\\ n " $i " | sed " s/'/'\\\\ ''/g;1s/^/'/;\$ s/\$ /' \\\\ /" ; done
160160 echo " "
161161}
You can’t perform that action at this time.
0 commit comments