-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
- Extend checkForUnresolvablePackages to also check "api" configuration
- (
:commonproject dependencies) Use api instead of implementation to also expose project dependencies at compile time
Fixes
- When depending on
stickyapi-bukkitorstickyapi-bungeeonly,stickyapi-commonwill now be available at both runtime and compile-time.- Previously,
stickyapi-commonwas only availble at runtime, which causes compilation errors unless you also explicitly depended onstickyapi-commonin your project.
- Previously,
compileClasspath before (explicit common dependency needed for compiletime)
+--- com.dumbdogdiner:stickyapi-bukkit:3.0.2
+--- com.dumbdogdiner:stickyapi-common:3.0.2
| \--- com.dumbdogdiner:stickyapi-config:3.0.2
compileClasspath after (no explicit common dependency needed)
+--- com.dumbdogdiner:stickyapi-bukkit:3.X.X
| \--- com.dumbdogdiner:stickyapi-common:3.X.X
| \--- com.dumbdogdiner:stickyapi-config:3.X.X
Metadata
Metadata
Assignees
Labels
No labels