Project - ZaraTech/UrlShortener GitHub Wiki

Projects included

  • Common is the project that provides a minimum set of shared features.
  • Demo is the template project and the sandbox for solving blocking issues.

Testing your code

If your want to test code using the command line (e.g. the demo project), proceed as follows

$> cd demo
$> gradle check
:common:compileJava
:common:processResources UP-TO-DATE
:common:classes
:common:jar
:demo:compileJava
:demo:processResources
:demo:classes
:demo:compileTestJava
:demo:processTestResources UP-TO-DATE
:demo:testClasses
:demo:test
:demo:check

BUILD SUCCESSFUL

Total time: 9.364 secs