mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 00:50:40 +00:00
4f0e117359
Java 7 support was dropped since JDK 20. We should be able to target Java 8 without compatibility concerns because we run the bytecode through dex which desugars (or fails at build time which does not happen). But to be on the safe side, print a warning.