Skip to content

Commit

Permalink
build: bump language level to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
vs49688 committed Jul 22, 2020
1 parent 473c2ca commit 82918fd
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 @@ -29,7 +29,7 @@ subprojects {

version = rootProject.description

sourceCompatibility = 10
sourceCompatibility = 11
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

repositories {
Expand Down

0 comments on commit 82918fd

Please sign in to comment.