Skip to content
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

fatjar does not work with gradle 2.1 #34

Closed
softwarepsychology opened this issue Oct 13, 2014 · 1 comment
Closed

fatjar does not work with gradle 2.1 #34

softwarepsychology opened this issue Oct 13, 2014 · 1 comment

Comments

@softwarepsychology
Copy link

Fatjar does not work in gradle 2.1 due to the way vertx jars are added to "lib" directory. DefaultPlatformManager code assumes vertx-jars are in a URLClassLoader classpath. New gradle classloading mechanism seems to use a caching mechanism to load classfiles. There vertx jars are not located.

@softwarepsychology
Copy link
Author

related to issue #27 Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant