Closed andreipaduroiu closed 3 years ago
@RaulGracia I've addressed the comments. It should now be part of the installDist
and as for running from the command line, you'll need to suppress the Gradle Console output. I added a comment in the build.gradle
to show how. Essentially:
./gradlew startChatClientCli -q --console=plain
That's because this is the only one sample that requires console input and output, and this seems to be the only way to set Gradle up to do it.
Change log description Created a Chat Application demo that exemplifies the user of:
Purpose of the change Fixes #304.
What the code does See description.
How to verify it The instructions in the ClientApplicationCli Javadoc should work properly.