<@U0CP8EBRV> If you just want to install the artif...
# tornadofx
c
@Czar If you just want to install the artifact without having to deal with the test code, you can run mvn with the argument
-DskipTests=true
c
Thanks I know I can skip test, question is—should I? 🙂
I guess, TIAS 🙂 will be back after.
c
That depends on your intentions. If you just want to try your app against a snapshot build of TornadoFX, sure. We ought to sort out the issues with the tests before releasing 2.0 of course
I don't think you have to personally take on fixing issues with the tests just to test the library with your project. You had said you weren't very familiar with Maven so I thought that command line argument might be helpful
c
Yes, thank you 🙂 You're right. I did try to fix tests just for the fun of it, but in the end I did disable them as couple of brute force attempts to fix things didn't succeed, and I really wanted to get on with my own project 🙂