-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
The /javaloader recompile [project] command automatically performs a clean (removing all generated binaries) and a build (generate new binaries). However, once binaries have been generated, there is no way to remove them through commands. Removing binaries can be useful to prevent JavaLoader to load a project until it has been recompiled.
Proposal:
Add a /javaloader clean [project] command that removes the binaries for the given project or (optionally) all projects.