From 2e19df78c28527738a618e402a390e8af65bd834 Mon Sep 17 00:00:00 2001 From: MrPowerGamerBR Date: Fri, 3 Dec 2021 00:35:13 -0300 Subject: [PATCH] Remove unnecessary "configureEach" --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c1341f7..64048ce 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ allprojects { } subprojects { - tasks.withType().configureEach { + tasks.withType() { options.encoding = Charsets.UTF_8.name() options.release.set(17) }