xdrop / jRand

A Java library to generate random data for all sorts of things. Java random data faker
Apache License 2.0
27 stars 14 forks source link

Release is broken for Gradle! #45

Open aadrian opened 5 years ago

aadrian commented 5 years ago

Adding this project as a dependency in a Gradle project with compile 'me.xdrop:jrand:0.2.5-alpha' does not work!.

The following errors show up when invoking gradle dependencies:

compile - Dependencies for source set 'main' (deprecated, use 'implementation' instead).
\--- me.xdrop:jrand:0.2.5-alpha
     +--- me.xdrop:jrand-core:0.2.5-alpha FAILED
     +--- me.xdrop:jrand-test:0.2.5-alpha FAILED
     \--- me.xdrop:jrand-annotation-processor:0.2.5-alpha FAILED
misterfifi1 commented 5 years ago

Same here, I compiled the files to help you on your projects JRand-0.2.6-JAR.zip