Skip to content

Commit

Permalink
fix: remapping issue for fabric artifact
Browse files Browse the repository at this point in the history
only in dev environment
  • Loading branch information
raoulvdberge committed Jul 6, 2024
1 parent 69710d9 commit f78c432
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

- Fixed remapping issue in Fabric dev environment for consumers of the Fabric project artifact.

## [0.15.1] - 2024-07-05

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions helper.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ allprojects {
include project(it)
}
compileApis.collect {
api project(it)
compileOnly project(it)
}
if (commonProject != null) {
api commonProject
compileOnly commonProject
}
}
processResources {
Expand Down

0 comments on commit f78c432

Please sign in to comment.