enigma
enigma copied to clipboard
Project won't compile on a machine without junit 5 precached on mavenLocal
Per https://github.com/mikepound/enigma/blob/main/EnigmaLib.iml#L15, you need the libs on your mavenLocal to compile the project. Delete (or, less destructive, rename) your ~/.m2 folder and the project won't compile anymore.
I recommend using Gradle or even Maven to provide dependencies.