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

Gradle Kotlin DSL not working for fetching or uploading #15

Closed aepfli closed 2 years ago

aepfli commented 2 years ago

As i was not using the kotlin DSL, just groovy it seems like i missed some errors within the kotlin dsl for fetching too.

Currently we are not able to fetch dependencies via kotlin dsl as the configuration seems to be not working as expected.

First we will enhance the tests to also load some dependencies from gitlab (we will use the files we are uploading) and than we will try to adapt the plugin

aepfli commented 2 years ago

discovered during #14