diff --git a/build.gradle.kts b/build.gradle.kts index 782d0f3..a281d11 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,8 +59,6 @@ subprojects { } } libraryjars("${System.getProperty("java.home")}/lib/rt.jar") - libraryjars("${System.getProperty("java.home")}/lib/jce.jar") - // Note: dontpreverify() should NOT be used, it will cause errors at runtime useuniqueclassmembernames() optimizations("method/inlining/*, code/allocation/variable, class/merging/vertical, class/merging/horizontal, code/removal/advanced, code/simplification/branch, code/merging")