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
Extend checkForUnresolvablePackages to also check "api" configuration
(:common project dependencies) Use api instead of implementation to also expose project dependencies at compile time
Fixes
When depending on stickyapi-bukkit or stickyapi-bungee only, stickyapi-common will now be available at both runtime and compile-time.
Previously, stickyapi-common was only availble at runtime, which causes compilation errors unless you also explicitly depended on stickyapi-common in your project.
compileClasspath before (explicit common dependency needed for compiletime)
:common
project dependencies) Use api instead of implementation to also expose project dependencies at compile timeFixes
stickyapi-bukkit
orstickyapi-bungee
only,stickyapi-common
will now be available at both runtime and compile-time.stickyapi-common
was only availble at runtime, which causes compilation errors unless you also explicitly depended onstickyapi-common
in your project.compileClasspath
before (explicitcommon
dependency needed for compiletime)compileClasspath
after (no explicitcommon
dependency needed)The text was updated successfully, but these errors were encountered: