We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec2ce4 commit b66b3f9Copy full SHA for b66b3f9
cas-parser-java-proguard-test/build.gradle.kts
@@ -37,8 +37,6 @@ val proguardJar by tasks.registering(proguard.gradle.ProGuardTask::class) {
37
outjars(proguardJarPath)
38
printmapping("${layout.buildDirectory.get()}/proguard-mapping.txt")
39
40
- dontwarn()
41
-
42
val javaHome = System.getProperty("java.home")
43
if (System.getProperty("java.version").startsWith("1.")) {
44
// Before Java 9, the runtime classes were packaged in a single jar file.
cas-parser-java-proguard-test/test.pro
@@ -5,4 +5,5 @@
5
-keep class org.junit.** { *; }
6
7
# Many warnings don't apply for our testing purposes.
8
+-dontnote
9
-dontwarn
0 commit comments