ekino / ekino/gradle-java-plugin

Allow customizing nexus repository for Snapshots and Releases

Open
#23 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.