|
|
|
|
|
|
1
|
NOTE: You can also view the HTML version of this file here:
|
1
|
NOTE: You can also view the HTML version of this file here:
|
|
2
|
-https://github.com/exercism/xjava/blob/master/exercises/hello-world/TUTORIAL.md
|
|
|
|
|
|
2
|
+https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md
|
|
3
|
|
3
|
|
|
4
|
* [Solving "Hello, World!"](#solving-hello-world)
|
4
|
* [Solving "Hello, World!"](#solving-hello-world)
|
|
5
|
* [Reading Gradle output](#reading-gradle-output)
|
5
|
* [Reading Gradle output](#reading-gradle-output)
|
|
|
|
|
|
|
93
|
|
93
|
|
|
94
|
* What went wrong:
|
94
|
* What went wrong:
|
|
95
|
Execution failed for task ':test'.
|
95
|
Execution failed for task ':test'.
|
|
96
|
-> There were failing tests. See the report at: file:///Users/jtigger/projects/exercism/xjava/build/exercism/java/hello-world/build/reports/tests/index.html
|
|
|
|
|
|
96
|
+> There were failing tests. See the report at: file:///Users/jtigger/projects/exercism/java/build/exercism/java/hello-world/build/reports/tests/index.html
|
|
97
|
|
97
|
|
|
98
|
* Try:
|
98
|
* Try:
|
|
99
|
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
|
99
|
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
|