alexkli opened a new pull request, #110: URL: https://github.com/apache/openwhisk-wskdebug/pull/110
Compiling the Java example in `examples/java` with `mvn clean package` was failing with: ``` [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] Source option 5 is no longer supported. Use 6 or later. [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later. ``` Fixed it by setting it to 1.8 in the pom. The example is simple and the java version doesn't really matter here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
