Skip to content

Commit

Permalink
update source and target compatibility to java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Burkhardt committed Nov 21, 2016
1 parent 27fc7b2 commit 1b1edc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apply plugin: 'java'
apply plugin: 'eclipse'

sourceCompatibility = 1.8
targetCompatibility = 1.8

//version = '0.4.3';
version = "0.4.3.SNAPSHOT_${new Date().format("yyyyMMdd-HHmm")}";

Expand Down

0 comments on commit 1b1edc0

Please sign in to comment.