Skip to content

Commit

Permalink
fix: declare fabric apis and common project as api
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jun 15, 2024
1 parent e509234 commit db4964c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Declare Fabric APIs and common project as API instead of implementation.

## [0.13.3] - 2024-06-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ allprojects {
api project(it)
}
if (commonProject != null) {
modApi commonProject
api commonProject
}
}
processResources {
Expand Down

0 comments on commit db4964c

Please sign in to comment.