mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-05-24 16:38:16 -04:00
package: use java 11
This commit is contained in:
@@ -25,8 +25,8 @@ dependencies {
|
||||
|
||||
group = '${group_id}'
|
||||
version = '${version}'
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = 'UTF-8'
|
||||
options.release.set(11)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user