Zongle Wang

Results 311 comments of Zongle Wang

Your classes are built on Java 21 for now. If you want to pin the byte code level to lower, try to declare `sourceCompatibility` and `targetCompatibility`.

Your shadowed dependencies may contain Java 21 classes, you can try out my fork to check if it works for you, see https://github.com/johnrengelman/shadow/pull/876#issuecomment-1783983216. As a workaround, you can also try...

This will be fixed by #879 or #876.

You can try my fork, see https://github.com/johnrengelman/shadow/pull/876#issuecomment-1783983216.

@skmedix Published a fork for you, check - https://plugins.gradle.org/plugin/io.github.goooler.shadow

See #908. Or you can try [my fork](https://plugins.gradle.org/plugin/io.github.goooler.shadow).

Ooops, it hasn't been caught. Fell free to send a PR if you want.

Inviting you as a collaborator of my repo.