Skip to content

Commit

Permalink
Make build.gradle compatible with Java 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstaheli committed Sep 1, 2018
1 parent f049201 commit 5bba2d6
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 @@ -6,8 +6,8 @@ version = '1.0-SNAPSHOT'

description = """Hello world sample web app"""

sourceCompatibility = 1.5
targetCompatibility = 1.5
sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
maven { url "http://repo.maven.apache.org/maven2" }
Expand Down

0 comments on commit 5bba2d6

Please sign in to comment.