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 2019/12/20 22:36:07 UTC

[GitHub] [openwhisk] mogarg opened a new issue #4780: standalone jar not building

mogarg opened a new issue #4780: standalone jar not building
URL: https://github.com/apache/openwhisk/issues/4780
 
 
   ## Environment details:
   
   * Mac OS Majove
   
   * 
   ```bash
   java --version
   openjdk 13.0.1 2019-10-15
   OpenJDK Runtime Environment AdoptOpenJDK (build 13.0.1+9)
   OpenJDK 64-Bit Server VM AdoptOpenJDK (build 13.0.1+9, mixed mode, sharing)
   ```
   * 
   ```bash
   gradle --version
   
   ------------------------------------------------------------
   Gradle 6.0.1
   ------------------------------------------------------------
   
   Build time:   2019-11-18 20:25:01 UTC
   Revision:     fad121066a68c4701acd362daf4287a7c309a0f5
   
   Kotlin:       1.3.50
   Groovy:       2.5.8
   Ant:          Apache Ant(TM) version 1.10.7 compiled on September 1 2019
   JVM:          13.0.1 (AdoptOpenJDK 13.0.1+9)
   OS:           Mac OS X 10.14.5 x86_64
   
   ```
   ## Steps to reproduce the issue:
   
   1.  `git clone https://github.com/apache/openwhisk.git`
   2.  Go to `/openwhisk/core/standalone/`
   2.   `gradle init`
   
   
   ## Provide the actual results and outputs:
   
   ```
   FAILURE: Build failed with an exception.
   
   * Where:
   Build file '~$HOME/openwhisk/core/standalone/build.gradle' line: 22
   
   * What went wrong:
   Plugin [id: 'org.scoverage'] was not found in any of the following sources:
   
   - Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
   - Plugin Repositories (plugin dependency must include a version number for this source)
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
   
   * Get more help at https://help.gradle.org
   
   BUILD FAILED in 664ms
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk] rabbah closed issue #4780: standalone jar not building

Posted by GitBox <gi...@apache.org>.
rabbah closed issue #4780: standalone jar not building
URL: https://github.com/apache/openwhisk/issues/4780
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk] markusthoemmes commented on issue #4780: standalone jar not building

Posted by GitBox <gi...@apache.org>.
markusthoemmes commented on issue #4780: standalone jar not building
URL: https://github.com/apache/openwhisk/issues/4780#issuecomment-568133918
 
 
   You‘ll need to build with the gradle wrapper. Openwhisk is not yet compatible with gradle 6. „./gradlew init“ should work in your case. Prefix all commands with ./gradlew in general

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk] markusthoemmes edited a comment on issue #4780: standalone jar not building

Posted by GitBox <gi...@apache.org>.
markusthoemmes edited a comment on issue #4780: standalone jar not building
URL: https://github.com/apache/openwhisk/issues/4780#issuecomment-568133918
 
 
   You‘ll need to build with the gradle wrapper. Openwhisk is not yet compatible with gradle 6. `./gradlew init` should work in your case. Prefix all commands with `./gradlew` in general

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services