Skip to content

Commit 9bc2313

Browse files
author
hideki
committed
Fixed https://github.com/couchbase/couchbase-lite-java/issues/93 by specifying JDK 1.6 for java core which is common library.
1 parent 431521e commit 9bc2313

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ apply plugin: 'maven'
33

44
version = System.getenv("MAVEN_UPLOAD_VERSION")
55

6-
sourceCompatibility = 1.6
6+
sourceCompatibility = JavaVersion.VERSION_1_6
7+
targetCompatibility = JavaVersion.VERSION_1_6
78

89
repositories {
910
mavenLocal()

0 commit comments

Comments
 (0)