I want to build Dremio myself from source to add some Access Management / Privilege feature. The problem is our system is stuck with Java 8, so we want to build Dremio with Java 8 instead (we’re currently using Dremio 24.x, which uses Java 8)
But when I check the Dremio-oss guide, it says that I need Java 17+. I also check if there is any 24.x release (which uses Java 8), but no luck so far. Any way to build Dremio-oss 24.x using Java 8? I mean, there must be an older version of Dremio-oss on git that uses Java 8, right?

