-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gradle plugin doesn't generate and include project jar #17
Comments
Hi Andreas, Thanks for reporting this. I can confirm that I see the same thing, and I'll look into this ASAP. I'm having a bit of a weird week with little computer time, so it might take me some days before I get back to you. |
I found what I did wrong and published version |
Thx for the fast response. Could it be that the version number of fxlauncher and the gradle plugin has to be in sync? Could not find no.tornado:fxlauncher:1.0.11.1. |
I'm so sorry, I made another stupid mistake and updated the fxlauncher dependency version as well. Gradle is very new to me :) I'm pushing 1.0.11.2 to Maven Central now. This version will be looking for fxlauncher 1.0.11. Give it an hour and try again, OK? |
Excellent! The application jar is in the fxlauncher directory and the ClassNotFoundException is gone. Thanks for your fast help! |
Tthank you! You're probably the first user of the Gradle plugin, so anything you can contribute to make this more (or at all) useful is greatly appreciated. |
Hi,
I tried to get the gradle plugin work with my project, but it seems that the project jar isn't build and included. Only the dependencies are so I always get a ClassNotFoundException.
My gradle build file can be found here: https://github.com/frosch95/SmartCSV.fx/blob/fxlauncher/build.gradle
Thanks for your help.
Best regards,
Andi
The text was updated successfully, but these errors were encountered: