There was an error while loading. Please reload this page.
1 parent 5c64f6f commit 7ba358dCopy full SHA for 7ba358d
tests/objectbox-java-test/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
compile 'org.greenrobot:essentials:3.0.0-RC1'
11
12
if(isLinux64) {
13
- compile "io.objectbox:objectbox-linux:$versionUnderTest"
+ compile "io.objectbox:objectbox-linux:${rootProject.version}"
14
}
15
16
// Right now, test sources are in src/main not src/test
0 commit comments