apache / openwhisk-runtime-nodejs

Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS
https://openwhisk.apache.org/
Apache License 2.0
59 stars 74 forks source link

Gradle : Incompatible versions #229

Closed Rurouni-Jiaxin closed 1 year ago

Rurouni-Jiaxin commented 1 year ago

Environment details:

Steps to reproduce the issue:

  1. Run the distDocker command to generate the local Docker image for the desired runtime version.

Provide the expected results and outputs:

Create the runtime image 

Provide the actual results and outputs:

Build successful, though with warning "Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0."
Rurouni-Jiaxin commented 1 year ago

@upgl. Would you please be so kind and give me a hint? Because I see you previously bumped the gradle version

rabbah commented 1 year ago

Build successful, though with warning "Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0."

this looks like a warning rather than a build failure. Did the docker image not get built?

Rurouni-Jiaxin commented 1 year ago

Build successful, though with warning "Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0."

this looks like a warning rather than a build failure. Did the docker image not get built?

Indeed, my mistake