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
I don't usually use Java, so I might be just stupid. It doesn't compile, so I leave a issue here. I use debian. Please help me.
1)Adding compile "com.github.hyperledger.iroha-java:client:master-SNAPSHOT" to my build.gradle does not work. Isn't compile outdated?
compile "com.github.hyperledger.iroha-java:client:master-SNAPSHOT"
compile
So, I decided to build jar file.
3)gradle build did not build it. Here is an output of gradle : out.txt
gradle build
The text was updated successfully, but these errors were encountered:
Oh, I fixed problem.
compile "com.github.hyperledger.iroha-java:client:master-SNAPSHOT" worked. But still, build.gradle seems outdated.
Anyway, I'm closing this issue. I am exited to use this library:)
Sorry, something went wrong.
No branches or pull requests
I don't usually use Java, so I might be just stupid.
It doesn't compile, so I leave a issue here. I use debian.
Please help me.
1)Adding
compile "com.github.hyperledger.iroha-java:client:master-SNAPSHOT"
to my build.gradle does not work. Isn'tcompile
outdated?So, I decided to build jar file.
3)
gradle build
did not build it. Here is an output of gradle :out.txt
The text was updated successfully, but these errors were encountered: