9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-28 11:29:07 +00:00

Remove unnecessary "configureEach"

This commit is contained in:
MrPowerGamerBR
2021-12-03 00:35:13 -03:00
parent d3e2a60c21
commit 2e19df78c2

View File

@@ -31,7 +31,7 @@ allprojects {
}
subprojects {
tasks.withType<JavaCompile>().configureEach {
tasks.withType<JavaCompile>() {
options.encoding = Charsets.UTF_8.name()
options.release.set(17)
}