NiChrosia / Mindeploy

A simple gradle plugin for compiling & running Mindustry mods for the JVM.
MIT License
0 stars 0 forks source link

user-definable run tasks #2

Open NiChrosia opened 1 year ago

NiChrosia commented 1 year ago

Rather than creating a number of potentially unwanted directories, it'd be best to allow the user to create their own. Using a class named, say, MindustryExec, they would be able to create such on their own. Of course, a default task would still be provided, presumably using the latest Mindustry version and desktop platform.

NiChrosia commented 1 year ago

For clarification, task means an IntelliJ task, like Application or Gradle.