ekino / ekino/gradle-java-plugin
Allow customizing nexus repository for Snapshots and Releases
Open
enhancement
good first issue
- Dominant language
- Kotlin
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The repositories for snapshots and releases are hard written in the plugin (respectively "snapshots" and "releases")
`url = uri("$publishingBaseUrl${if (projectVersion.endsWith("-SNAPSHOT")) "snapshots" else "releases"}/")
`
It could be nice to allow overriding them using a config param
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.