Skip to content

Commit

Permalink
Sets java version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhapa committed Oct 21, 2017
1 parent e097cd8 commit b8dd99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# override from command line with -Pversion=x.y.z
version = 1.0-SNAPSHOT
sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8

0 comments on commit b8dd99d

Please sign in to comment.