mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-22 23:41:39 +00:00
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.