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

Upload not working properly (#1) #2

Closed aepfli closed 3 years ago

aepfli commented 3 years ago

Fixed the not properly working upload by fixing the API error within the implementation. We falsely used the same API for groups and projects, which is of course wrong. Furthermore for uploading we should be only allowed to use the projects endpoint. Besides those improvements we also added better logging and extracted some logic.

Closes: #1