wooga / atlas-github

Gradle plugin to publish artifacts to github
https://wooga.github.io/atlas-github/
Apache License 2.0
1 stars 3 forks source link

Fix wrong dependency scope of github-api #152

Open Vampire opened 1 year ago

Vampire commented 1 year ago

Description

org.kohsuke.github.GitHub and org.kohsuke.github.GHRepository (at least) are part of the public API, to be used in generic custom Github-typed tasks, so github-api should be an api dependency, not implementation.

Changes