Support for Quarkus and Roq SSG

Hi folks,

Roq (https://iamroq.com/) is a Static Site Generator implemented using Quarkus (which is one of the most popular modern Java services frameworks, optimized for fast builds and the developer loop).

It would be great to have Quarkus installed as a build tool so that Roq workflows can deploy smoothly to Netlify, without needing to create a static zip and push that. The Quarkus and Roq dev teams can be found on Zulip (https://quarkusio.zulipchat.com/) if you need more information or there are questions about how to get Quarkus installed.

Investigating further, it looks like Maven isn’t available either (although the Clojure build tool, Leiningen is). That might be a good first step, and it may be possible to manage with just Maven. I’ll experiment.