Skip to content

Commit 93ed05e

Browse files
author
hideki
committed
update way to set language level.
1 parent 725e24b commit 93ed05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

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

5-
sourceCompatibility = 1.6
6-
targetCompatibility = 1.6
5+
sourceCompatibility = JavaVersion.VERSION_1_6
6+
targetCompatibility = JavaVersion.VERSION_1_6
77

88
repositories {
99
maven { url 'http://files.couchbase.com/maven2/' }

0 commit comments

Comments
 (0)