Skip to content

Commit b083428

Browse files
committed
Set compatibility in build.gradle to 1.7
1 parent 32d5656 commit b083428

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
@@ -10,8 +10,8 @@ repositories {
1010

1111
group = 'org.java-websocket'
1212
version = '1.5.2-SNAPSHOT'
13-
sourceCompatibility = 1.6
14-
targetCompatibility = 1.6
13+
sourceCompatibility = 1.7
14+
targetCompatibility = 1.7
1515

1616
configurations {
1717
deployerJars

0 commit comments

Comments
 (0)