Skip to content

Commit aaaf569

Browse files
committed
fix
1 parent 7ba358d commit aaaf569

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010

1111
sh 'chmod +x gradlew'
1212

13-
sh './gradlew --stacktrace --debug ' +
13+
sh './gradlew --stacktrace ' +
1414
'-Dextensive-tests=true ' +
1515
'clean build uploadArchives -PpreferedRepo=local'
1616
}

tests/test-proguard/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@ targetCompatibility = 1.7
88
dependencies {
99
compile project(':objectbox-java')
1010
compile project(':objectbox-java-api')
11+
12+
if(isLinux64) {
13+
compile "io.objectbox:objectbox-linux:${rootProject.version}"
14+
}
15+
1116
testCompile 'junit:junit:4.12'
1217
}

0 commit comments

Comments
 (0)