Open levonk opened 6 years ago
I have tried to use your build in my simple test project. I added LIVR-2.0.jar and LIVR-lib.jar to build path. However each time app executes init method (from the sample code from readme.md file) I got an exception on calling .init method. I have installed gradle extension to my STS suite, but after rebuild (1 error in test cases - 1 fail) nothing has changed. It seems not to work. Could you help me.
which java version do you use? Please download https://github.com/vlbaluk/java-validator-livr/blob/master/build/libs/LIVR-lib.jar and add to you project. It should work.
For those us who use maven, gradle or any other build system it's better to have it in some maven repository, besides it's not a good idea to store builds in git, normally it's directly .gitignored.
Thanks for the implementation!
Can you please add it to maven central?