You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maven plugin is a pain to keep up-to-date. Let's delete it. This will also allow us to migrate from Maven to Gradle.
If we delete it, we can implement a simple mechanism in the assignments repository to download the jar from the internet the latest jar and use it! Or bring assignments to this project, make it one of the modules, and the dependency will naturally work.
The text was updated successfully, but these errors were encountered:
Maven plugin support was removed in #174. We should still do something to allow students to easily run Andy. That can be via a script that launches a temporary docker container, or one which launches Andy directly, or both!
The maven plugin is a pain to keep up-to-date. Let's delete it. This will also allow us to migrate from Maven to Gradle.
If we delete it, we can implement a simple mechanism in the assignments repository to download the jar from the internet the latest jar and use it! Or bring assignments to this project, make it one of the modules, and the dependency will naturally work.
The text was updated successfully, but these errors were encountered: