mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-11-07 20:15:04 +01:00
Target java release 8 for compilation
This commit is contained in:
@@ -71,6 +71,7 @@ tasks {
|
||||
|
||||
withType<JavaCompile> {
|
||||
options.encoding = "UTF-8"
|
||||
options.release = 8
|
||||
}
|
||||
|
||||
withType<Javadoc> {
|
||||
|
||||
Reference in New Issue
Block a user