Skip to content

Commit

Permalink
Bump minimum Java version from 8 to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored and Zoinkwiz committed Oct 1, 2023
1 parent ea8eb6a commit f5ff616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ dependencies {

group = 'com.questhelper'
version = '4.1.2'
sourceCompatibility = '1.8'
sourceCompatibility = "11"

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
targetCompatibility = JavaVersion.VERSION_11

0 comments on commit f5ff616

Please sign in to comment.