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 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 7
7
# you may not use this file except in compliance with the License.
8
8
# You may obtain a copy of the License at
9
9
#
10
- # http ://www.apache.org/licenses/LICENSE-2.0
10
+ # https ://www.apache.org/licenses/LICENSE-2.0
11
11
#
12
12
# Unless required by applicable law or agreed to in writing, software
13
13
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -125,8 +125,8 @@ if $darwin; then
125
125
GRADLE_OPTS=" $GRADLE_OPTS \" -Xdock:name=$APP_NAME \" \" -Xdock:icon=$APP_HOME /media/gradle.icns\" "
126
126
fi
127
127
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
130
130
APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131
131
CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
132
132
JAVACMD=` cygpath --unix " $JAVACMD " `
Original file line number Diff line number Diff line change 5
5
@ rem you may not use this file except in compliance with the License.
6
6
@ rem You may obtain a copy of the License at
7
7
@ rem
8
- @ rem http ://www.apache.org/licenses/LICENSE-2.0
8
+ @ rem https ://www.apache.org/licenses/LICENSE-2.0
9
9
@ rem
10
10
@ rem Unless required by applicable law or agreed to in writing, software
11
11
@ 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
3
3
4
4
buildscript {
5
5
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 '
8
8
9
9
repositories {
10
10
mavenCentral()
Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ sourceCompatibility = 1.7
7
7
8
8
dependencies {
9
9
compile project(' :objectbox-java' )
10
- compile ' io.reactivex.rxjava2:rxjava:2.2.9 '
10
+ compile ' io.reactivex.rxjava2:rxjava:2.2.18 '
11
11
12
12
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'
14
15
}
15
16
16
17
task javadocJar (type : Jar , dependsOn : javadoc) {
You can’t perform that action at this time.
0 commit comments