mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-10-27 05:11:57 +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