From 3ca088771fcf9f37d941da253f84d91f2c86718c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tofik=20=E2=99=A1?= <62406295+Toffikk@users.noreply.github.com> Date: Fri, 11 Jun 2021 13:49:21 +0200 Subject: [PATCH] and another fix --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 3da23a39..ea4f6b3e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,4 +69,5 @@ subprojects { tasks.withType().configureEach { options.release.set(16) + } }