https://github.com/tsundberg/gradle-rpm-artifactory
An example of a Gradle projct that delivers an rpm and upload it to a yum repo hosted on an Artifactory
https://github.com/tsundberg/gradle-rpm-artifactory
Last synced: 3 months ago
JSON representation
An example of a Gradle projct that delivers an rpm and upload it to a yum repo hosted on an Artifactory
- Host: GitHub
- URL: https://github.com/tsundberg/gradle-rpm-artifactory
- Owner: tsundberg
- Created: 2015-03-04T11:46:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T13:15:51.000Z (over 10 years ago)
- Last Synced: 2025-01-05T13:42:24.204Z (5 months ago)
- Language: Java
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gradle-rpm-artifactory
An example of a Gradle project that should deliver an rpm to a yum repo hosted on an Artifactory-ProBuild the binaries and upload the rpm:
```
gradle deployRpm
```in the project root directory
Install the application on a RedHat box that is aware of the yum repository used in the deployRpm task.
```
yum install gradle-rpm-artifactory
```The missing part in this example is the implementation of the uploadRpm task.
It needs to be added and we hope that a pull request from the JFrog support
team will help us with this.