File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
Expand file tree Collapse file tree 5 files changed +10
-9
lines changed 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-5.4.1 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 77# you may not use this file except in compliance with the License.
88# You may obtain a copy of the License at
99#
10- # http ://www.apache.org/licenses/LICENSE-2.0
10+ # https ://www.apache.org/licenses/LICENSE-2.0
1111#
1212# Unless required by applicable law or agreed to in writing, software
1313# distributed under the License is distributed on an "AS IS" BASIS,
@@ -125,8 +125,8 @@ if $darwin; then
125125 GRADLE_OPTS=" $GRADLE_OPTS \" -Xdock:name=$APP_NAME \" \" -Xdock:icon=$APP_HOME /media/gradle.icns\" "
126126fi
127127
128- # For Cygwin, switch paths to Windows format before running java
129- if $cygwin ; then
128+ # For Cygwin or MSYS , switch paths to Windows format before running java
129+ if [ " $cygwin " = " true " -o " $msys " = " true " ] ; then
130130 APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131131 CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
132132 JAVACMD=` cygpath --unix " $JAVACMD " `
Original file line number Diff line number Diff line change 55@ rem you may not use this file except in compliance with the License.
66@ rem You may obtain a copy of the License at
77@ rem
8- @ rem http ://www.apache.org/licenses/LICENSE-2.0
8+ @ rem https ://www.apache.org/licenses/LICENSE-2.0
99@ rem
1010@ rem Unless required by applicable law or agreed to in writing, software
1111@ rem distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ version= rootProject.version
33
44buildscript {
55 ext. javadocDir = " $buildDir /docs/javadoc"
6- ext. kotlin_version = ' 1.3.31 '
7- ext. dokka_version = ' 0.10.0 '
6+ ext. kotlin_version = ' 1.3.61 '
7+ ext. dokka_version = ' 0.10.1 '
88
99 repositories {
1010 mavenCentral()
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ sourceCompatibility = 1.7
77
88dependencies {
99 compile project(' :objectbox-java' )
10- compile ' io.reactivex.rxjava2:rxjava:2.2.9 '
10+ compile ' io.reactivex.rxjava2:rxjava:2.2.18 '
1111
1212 testCompile " junit:junit:$junit_version "
13- testCompile ' org.mockito:mockito-core:2.25.1'
13+ // Mockito 3.x requires Java 8.
14+ testCompile ' org.mockito:mockito-core:2.28.2'
1415}
1516
1617task javadocJar (type : Jar , dependsOn : javadoc) {
You can’t perform that action at this time.
0 commit comments