We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a Java developer, I ran into the following issues while working on my first PR (#809):
sbt.bat
sbt test
./sbt test
org.msgpack.value
Working through the above issues took me about two hours.
Here are some steps that could help to make this project easier to work with for Java developers:
Does any of this sound attractive? I'd be happy to help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a Java developer, I ran into the following issues while working on my first PR (#809):
sbt.bat
, so I installed sbt manually.sbt test
, I got hundreds of errors../sbt test
successfully.Eventually I found an issue saying that IntelliJ doesn't currently support sbt on WSL.
org.msgpack.value
are written in Scala, which was an additional hurdle.Working through the above issues took me about two hours.
Here are some steps that could help to make this project easier to work with for Java developers:
Does any of this sound attractive? I'd be happy to help.
The text was updated successfully, but these errors were encountered: