Seth Rylan Gainey

Results 2 comments of Seth Rylan Gainey

One workaround to this error is to name the configuration for subproject dependencies. E.g., ``` implementation project(path: ':api', configuration: 'client') ``` instead of ``` implementation project(':api') ``` Although gradle's dependency...

@mark-vieira, is there any update on this PR? Support for httpHeaders would be great for Gitlab package registries.