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:
@@ -31,7 +31,7 @@ allprojects {
|
||||
}
|
||||
|
||||
subprojects {
|
||||
tasks.withType<JavaCompile>().configureEach {
|
||||
tasks.withType<JavaCompile>() {
|
||||
options.encoding = Charsets.UTF_8.name()
|
||||
options.release.set(17)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user