What am I doing wrong ? I am referring to this
build.gradle
compile files('libs/redisson-1.3.2-SNAPSHOT.jar')
ls libs/
$ ls libs/
redisson-1.3.2-SNAPSHOT.jar
Error
* Where:
Build file '/myfolder/myproject/build.gradle' line: 162
* What went wrong:
Could not compile build file '/myfolder/myproject/build.gradle'.
> startup failed:
build file '/myfolder/myproject/build.gradle': 162: unexpected token: redisson @ line 162, column 23.
compile files('libs/redisson-1.3.2-SNAPSHOT.jar')
^
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: 1.942 secs
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…