PavelVavruska/raycaster

Gradle support

Closed this issue · 0 comments

This project is currently semi-dependent on developer's IDE. There is no build tool able to:

  • Run automatic tests
  • Create final runnable package (jar, native image via Graal)
  • Manage dependencies (if any)

I suggest using Gradle, as it is multi-platform, blazingly fast and easy to use.