Skip to content

Commit

Permalink
Java 11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Mar 27, 2020
1 parent e42f454 commit 23d0bc8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
/.idea/workspace.xml
/.idea/misc.xml
/.idea/scopes
/.idea/gradle.xml
/.idea/jarRepositories.xml
/.idea/uiDesigner.xml
19 changes: 19 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ apply plugin: 'org.jetbrains.intellij'
apply plugin: 'maven'
apply plugin: 'java'

sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 1.11
targetCompatibility = 1.11

repositories {
mavenLocal()
Expand Down

0 comments on commit 23d0bc8

Please sign in to comment.