Skip to content

Commit

Permalink
refactor!: Updating support to Java 11 and up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekwah committed May 19, 2021
1 parent 0672298 commit 9fe0275
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 @@ -42,8 +42,8 @@ version = getPluginData("version") + (isDevBranch ? '-SNAPSHOT' : '')

description = ""

sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 11
targetCompatibility = 11

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand Down

0 comments on commit 9fe0275

Please sign in to comment.