opendevstack / opendevstack/ods-core
add a new nexus repository to proxy grade services distribution site
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 53
- Forks
- 34
- Avg merge
- 3h 26m
- Merged PRs (30d)
- 1
Description
Problem: missing nexus repository for the gradle service distribution site.
Background:
The spring boot quickstarter uses the gradle wrapper as build tool.
The gradle wrapper downloads the gradle binary from internet.
The url that points to the gradle internet site is defined by the property distributionUrl defined in gradle/wrapper/gradle-wrapper.properties. It current value is:
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
Problem is that developers cannot change this property to point to nexus because a repository for that is missing.
This feature request is for adding automatically on nexus deployment a new repository in nexus that proxies https://services.gradle.org/distributions
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with gradle/wrapper/gradle-wrapper.properties and the Nexus deployment configuration that provisions repositories. Confirm how the Gradle distribution URL is proxied, then verify that the services.gradle.org/distributions path resolves through the new Nexus repository and that the repository is created automatically during deployment.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100