proguard
proguard copied to clipboard
failed to verify byte-buddy
[proguard] java.lang.IllegalArgumentException: Stack size becomes negative after instruction [285] invokeinterface #137, 768 = InterfaceMethodref(java/util/Map.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;) in [com/dogourd/thirdparty/net/bytebuddy/agent/builder/LambdaFactory.register(Ljava/lang/instrument/ClassFileTransformer;Ljava/lang/Object;)Z]
You can always reproduce the issue with the example below, it's worth mentioning that it seems to be normal for byte-buddy versions lower than 1.12.8
After I removed the -target:version
option, the packaging ended normally. But um why is that?