Created
March 16, 2014 15:46
-
-
Save sassembla/9585192 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// かっこの数が合わない | |
task hello { | |
doLast { | |
println 'Hello world!' | |
} | |
// actual | |
gradle -m clean compile | |
FAILURE: Build failed with an exception. | |
* Where: | |
Build file '/Users/highvision/test/gradles/build.gradle' line: 138 | |
* What went wrong: | |
Could not compile build file '/Users/highvision/test/gradles/build.gradle'. | |
> startup failed: | |
build file '/Users/highvision/test/gradles/build.gradle': 138: expecting '}', found '' @ line 138, column 1. | |
1 error | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
BUILD FAILED | |
Total time: 2.877 secs | |
、、、、 | |
このエラーキツいな、、 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment