gradle-build-action | Execute a Gradle Build in your Github Actions | Continous Integration library
kandi X-RAY | gradle-build-action Summary
kandi X-RAY | gradle-build-action Summary
This GitHub Action can be used to configure Gradle and optionally execute a Gradle build on any platform supported by GitHub Actions.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gradle-build-action
gradle-build-action Key Features
gradle-build-action Examples and Code Snippets
Community Discussions
Trending Discussions on gradle-build-action
QUESTION
I'm having issues with my Github action where I'm trying to build my Docker image after building my jar and it throws this error:
...ANSWER
Answered 2022-Mar-16 at 08:50This line in your Dockerfile is the issue:
COPY /home/runner/work/js-sites-client-api/js-sites-client-api/build/libs/client-portal-api.jar app.jar
. In a Dockerfile COPY
, the first argument is the location of the file(s) on the machine, which has to be a relative path, not an absolute one. Read more here
Multiple resources may be specified but the paths of files and directories will be interpreted as relative to the source of the context of the build.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gradle-build-action
If your build publishes a build scan the gradle-build-action action will:.
Add a notice with the link to the GitHub Actions user interface
For each step that executes Gradle, adds the link to the published build scan as a Step output named build-scan-url.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page