You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I am getting the error: Can't process class [module-info.class] (Unsupported version number [67.0] (maximum 65.65535, Java null))
When I try to exclude module-info.class as follows: ${java.home}/jmods/java.base.jmod(!**.jar;!module-info.class) in lib, it perceives that as the full file path.
I also tried the following : !module-info.class, but to no avail.
I am not sure what I am missing. Could you please assist?
using proguard version 7.4.1
java version is jdk-23
Thanks in advance
The text was updated successfully, but these errors were encountered:
I've encountered the same error by building my app with java 22. It seems the Proguard version which is used in the 2.6.2-SNAPSHOT of this maven plugin would solved the issue.
Hello, I am trying to obfuscate my maven project. Below is the section that I added proguard to my pom.xml
`
com.github.wvengen
proguard-maven-plugin
But I am getting the error: Can't process class [module-info.class] (Unsupported version number [67.0] (maximum 65.65535, Java null))
When I try to exclude module-info.class as follows: ${java.home}/jmods/java.base.jmod(!**.jar;!module-info.class) in lib, it perceives that as the full file path.
I also tried the following : !module-info.class, but to no avail.
I am not sure what I am missing. Could you please assist?
using proguard version 7.4.1
java version is jdk-23
Thanks in advance
The text was updated successfully, but these errors were encountered: