Skip to content

Commit

Permalink
Set compatibility in build.gradle to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipRoman committed Feb 3, 2021
1 parent 32d5656 commit b083428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ repositories {

group = 'org.java-websocket'
version = '1.5.2-SNAPSHOT'
sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.7
targetCompatibility = 1.7

configurations {
deployerJars
Expand Down

0 comments on commit b083428

Please sign in to comment.