Skip to content

Commit

Permalink
set both source and target compatibility to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadas committed Sep 24, 2016
1 parent 7c8e996 commit 4813002
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 @@ -18,8 +18,8 @@ mainClassName = 'com.mucommander.muCommander'
allprojects {
group = 'org.mucommander'
version = '0.9.2'
sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

ext {
Expand Down

0 comments on commit 4813002

Please sign in to comment.