-
Notifications
You must be signed in to change notification settings - Fork 20
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
Not possible to build with newer Gradle #23
Comments
It looks like Gradle doesn't like lambda expressions, so I've removed them in commit f80b2f3. |
|
The builds haven't finished, you'll need to wait until they do. |
I had to make some edits to my project. The thing is that I'm developing a mod for Minecraft. JavaCpp doesn't know about the existence of
|
If it's having problems finding a class you need, you'll need to add those to the class path with the |
We can have multiple BuildTask, that's not a problem. |
You'll need to create those tasks.
|
You probably won't be able to target the same files with more than one BuildTask, if that's what you're asking, that's normal. |
The fix for this issue has been released with version 1.5.8. Thanks for reporting! |
Trying with latest Gradle...
Result:
The text was updated successfully, but these errors were encountered: