forked from mirror/PlaceholderAPI
Target java release 8 for compilation
This commit is contained in:
parent
c66806ecf8
commit
98082398fc
@ -71,6 +71,7 @@ tasks {
|
|||||||
|
|
||||||
withType<JavaCompile> {
|
withType<JavaCompile> {
|
||||||
options.encoding = "UTF-8"
|
options.encoding = "UTF-8"
|
||||||
|
options.release = 8
|
||||||
}
|
}
|
||||||
|
|
||||||
withType<Javadoc> {
|
withType<Javadoc> {
|
||||||
|
Loading…
Reference in New Issue
Block a user