Skip to content

Commit

Permalink
build(gradle): set source compatibility to Java 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Sep 17, 2017
1 parent 3e564d4 commit 1acd961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ allprojects {
apply plugin: 'nebula.lint'
apply plugin: 'com.github.sherter.google-java-format'

sourceCompatibility = 1.8
sourceCompatibility = 1.9

gradleLint.criticalRules = [
'overridden-dependency-version',
Expand Down

0 comments on commit 1acd961

Please sign in to comment.