Skip to content

Commit 8e00833

Browse files
Tests: use Java 8 language features (lambdas!).
1 parent c0d3789 commit 8e00833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/objectbox-java-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apply plugin: 'java'
22

33
uploadArchives.enabled = false
44

5-
targetCompatibility = '1.7'
6-
sourceCompatibility = '1.7'
5+
targetCompatibility = '1.8'
6+
sourceCompatibility = '1.8'
77

88
repositories {
99
// Native lib might be deployed only in internal repo

0 commit comments

Comments
 (0)