I can't install the client libs. I always have this error.
:tangke-appengine:appengineDownloadSdk
:tangke-appengine:compileJava FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':tangke-appengine:compileJava'. invalid source release: 1.7
my java version is this.
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
In the setting search for the Target byte code version.
Intellij IDEA: Settings > Java Compiler
Or add the param manually as follows:
javac -target 1.7
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With