Skip to content

Commit

Permalink
Prepare Quarkus caching extension release 1.2 (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet authored Jun 5, 2024
1 parent 4f0ca77 commit 8ca02c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion quarkus-build-caching-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Reference the extension in `.mvn/extensions.xml` (this extension requires the de
<extension>
<groupId>com.gradle</groupId>
<artifactId>quarkus-build-caching-extension</artifactId>
<version>1.1</version>
<version>1.2</version>
</extension>
</extensions>
```
Expand Down
3 changes: 3 additions & 0 deletions quarkus-build-caching-extension/release/changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.2
- Fix cache disabled due to unrecognized Jar package type when deprecated key `quarkus.package.type` is used instead of `quarkus.package.jar.type`

### 1.1
- Add support for Quarkus 3.9 (`quarkus.package.type` is replaced by `quarkus.native.enabled` / `quarkus.package.jar.type`)

Expand Down

0 comments on commit 8ca02c0

Please sign in to comment.