Open Vampire opened 1 year ago
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.
org.kohsuke.github.GitHub
org.kohsuke.github.GHRepository
Github
api
implementation
Description
org.kohsuke.github.GitHub
andorg.kohsuke.github.GHRepository
(at least) are part of the public API, to be used in generic customGithub
-typed tasks, so github-api should be anapi
dependency, notimplementation
.Changes