Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.16.4 #159

Merged
merged 3 commits into from
Jul 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: the root plugin no longer registers an extension
raoulvdberge committed Jul 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit ce58a08931a4d9eb92f912b0a52f987656f0a33e
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- The root plugin no longer registers an extension. Apply `refinedarchitect.base` to get the `refinedarchitect` extension.

## [0.16.3] - 2024-07-10

### Fixed
Original file line number Diff line number Diff line change
@@ -25,5 +25,3 @@ tasks.register<JacocoReport>("codeCoverageReportAggregate") {
xml.required.set(true)
}
}

project.extensions.create("refinedarchitect", BaseExtension::class, project)