Remove a (now useless) dontwarn call in build.gradle.kts

This commit is contained in:
Username404-59 2021-05-10 18:58:07 +02:00
parent f5087954f4
commit 00a12bb828
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 3 deletions

View File

@ -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) {