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

Java fails to build #97

Open
catqwe opened this issue Jan 11, 2023 · 0 comments
Open

Java fails to build #97

catqwe opened this issue Jan 11, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@catqwe
Copy link

catqwe commented Jan 11, 2023

Describe the bug
When I try to build the java implementation it fails with a long lst of errors, this is the first error:

buttplug-rs-ffi/lib/src/main/java/io/buttplug/MessageAttributes.java:3: error: package io.buttplug.protos does not exist
import io.buttplug.protos.ButtplugRsFfi;

The others might be triggered by this one or not.

Also at the end it says:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
This should also be addressed.

Expected behavior
It should just build when you run ./gradlew build

Actual behavior
The build fails.

Additional context
Used ./gradlew build command to build.

@catqwe catqwe added the bug Something isn't working label Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants