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

Add flag to disable warning for a maven repository #12

Open aepfli opened 3 years ago

aepfli commented 3 years ago

when defining an upload repository, we are currently allow to add it, only if a token is present. We will issue a warning so the user is aware of this. But eg. if we define an environment variable which is only available on CI, we do not want to show this warning.

I suggest we implement a feature to disable this warning