| Protip if you have good internet and don't want to configure everything locally: Jetbrains Gateway [1]. At the last company we had Docker, Java 8, Wildfly 10, Gradle 4 and I didn't manage to make it run locally on M1. I was pleasently surprised with how smooth it was to connect to Ubuntu VM with Jetbrains Gateway. You use native Jetbrains app on your computer (Intellij Idea in my case), but everything is executed and compiled on the remote machine (Ubuntu VM). Another huge upside is that Docker is running on Ubuntu, which is a lot faster than on OSX. Downside is that your are dependant on the Internet ofcourse. Officially the product is still in Beta, but it worked good enough for me. [1] https://www.jetbrains.com/remote-development/gateway/ |