aepfli / gradle-gitlab-repositories

Handling Maven GitLab dependencies made easy. Define multiple tokens and selectively apply them to repositories, remove the need for repeating Credential handling blocks for different environments.
Eclipse Public License 2.0
13 stars 1 forks source link

Rework plugin structure based on the gradle-nexus-plugin #11

Open aepfli opened 3 years ago

aepfli commented 3 years ago

The gradle nexus plugin is somewhat doing the same thing as we are doing, but in a more elegant way.

Goal of this task is to evaluate the feasibility and to start moving towards this direction.