You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(edit by @ajoberstar) As of Gradle 5.0, Maven publications do not expose implementation dependencies on the compile classpath of their published POM files. Since consumers of grgit-gradle almost definitely need to interact with Grgit types, the grgit-core dependency should be in the api configuration.
(edit by @ajoberstar) As of Gradle 5.0, Maven publications do not expose implementation dependencies on the compile classpath of their published POM files. Since consumers of
grgit-gradle
almost definitely need to interact withGrgit
types, thegrgit-core
dependency should be in theapi
configuration.See gradle/gradle#7710 (comment)
The text was updated successfully, but these errors were encountered: