leni-kirilov / MoneyTimer

Per second money calculating app written in Java Swing
1 stars 2 forks source link

added dependency to run with mvn command #19

Closed Jashan-Khangura closed 2 months ago

Jashan-Khangura commented 2 months ago

I added exec-maven-plugin dependency to easily run the application more easily using mvn exec:java

leni-kirilov commented 2 months ago

Good idea with this exec plugin. I'm going to try out an upgrade to the failing plugin in a sec

leni-kirilov commented 2 months ago

It's getting late here, so I'll debug it early in the morning.

leni-kirilov commented 2 months ago

I'll turn off the dependency tree graph action so that we unblock your PR. https://github.com/leni-kirilov/MoneyTimer/issues/21

leni-kirilov commented 2 months ago

@Jashan-Khangura thanks a lot for contributing! I took the liberty of updating your PR - pls update your master with latest, as it is a squash commit to keep the commit history simple and linear

🥇 you are my first public contributor! 🙇

Jashan-Khangura commented 2 months ago

@leni-kirilov thanks a lot for your help!