fix Java 25 ftbfs
This MR addresses #1108564. The package was using default release level rather than compatibility level specified in Java defaults. Java 25 restricts use of JNI[1] causing the build failure.
Changes:
- d/p/fix_debian_build.patch: use Debian Java compatibility version to suppress System.loadLibrary() warning (Closes: #1108564).
Testing:
- rebuild in sid chroot
- rebuild in sid chroot with Java 25 default and Gradle patch applied[2]
[1] https://openjdk.org/jeps/472
[2] gradle!13
Edited by Vladimir Petko