You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/10/21 09:16:03 UTC

[GitHub] JunoJunho opened a new issue #2880: Gradle Build Failure (Could not determine java version from '9.0.1'

JunoJunho opened a new issue #2880: Gradle Build Failure (Could not determine java version from '9.0.1'
URL: https://github.com/apache/incubator-openwhisk/issues/2880
 
 
   <!--
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include the
   information shown below.
   
   If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   https://github.com/apache/incubator-openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details:
   
   * Mac OS clean environment (I just installed docker!)
   * Docker version 17.09.0-ce, build afdb6d4
   
   ## Steps to reproduce the issue:
   
   1.   Follow the guideline in [official_guide_for_mac_os](https://github.com/apache/incubator-openwhisk/blob/master/tools/macos/README.md)
   2.   execute build command which is `./gradlew distDocker`
   
   
   ## Provide the expected results and outputs:
   
   ```
   I don't know.. maybe build complete??
   ```
   ## Provide the actual results and outputs:
   
   ```
   JunoJunho-MacBook-Pro:incubator-openwhisk junojunho$ ./gradlew distDocker
   Downloading https://services.gradle.org/distributions/gradle-4.1-bin.zip
   ................................................................
   Unzipping /Users/junojunho/.gradle/wrapper/dists/gradle-4.1-bin/c3kp51zwwt108wc78u68yt7vs/gradle-4.1-bin.zip to /Users/junojunho/.gradle/wrapper/dists/gradle-4.1-bin/c3kp51zwwt108wc78u68yt7vs
   Set executable permissions for: /Users/junojunho/.gradle/wrapper/dists/gradle-4.1-bin/c3kp51zwwt108wc78u68yt7vs/gradle-4.1/bin/gradle
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Could not determine java version from '9.0.1'.
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
   
   * Get more help at https://help.gradle.org
   
   ```
   
   ## Additional information you deem important:
   * I just followed the guideline in document. If it needs some more options, I will add it.   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services