From 00a12bb828eb55f0803084643c6eaec1ff44af35 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Mon, 10 May 2021 18:58:07 +0200 Subject: [PATCH] Remove a (now useless) dontwarn call in build.gradle.kts --- build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4959640..89c9dd7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,9 +54,6 @@ subprojects { allowaccessmodification() adaptclassstrings() "$group.**".also { dontwarn(it); dontnote(it) } - - // The following lines are needed at least for the current version of proguard - dontwarn("java.**") val homeDir = System.getProperty("java.home") as String libraryjars(configurations.compileClasspath.get().filter { it.name.startsWith("kotlin") }) if (JavaVersion.current().isJava9Compatible) {