Does anybody have a working Gradle config for JitP...
# tornadofx
e
Does anybody have a working Gradle config for JitPack? Maybe we should add that to the README for the project.
k
@pim You can also just keep a clone of tornadofx and use it locally. In TFX do
mvn install
, and in your gradle build put
mavenLocal()
at the top of your repository list.
p
@kastork I have, but thanks 👍