Skip to content

Commit

Permalink
#435: Fixed Jar release which was broken when upgraded to java 21 at …
Browse files Browse the repository at this point in the history
…`3.22.0` (#502)

* add missing dep removed on the upgrade

* release notes

* [Gradle Release Plugin] - new version commit:  '3.22.1-snapshot'.
  • Loading branch information
mageddo authored Jul 3, 2024
1 parent f791dde commit e74c70e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.22.1
* #502: Fixed Jar release which was broken when upgraded to java 21 at `3.22.0`

## 3.22.0
* #473: Qemu upgrade

Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ dependencies {
annotationProcessor("com.google.dagger:dagger-compiler:2.45")
implementation("com.google.dagger:dagger:2.45")

implementation('org.graalvm.sdk:graal-sdk:24.0.1')

implementation('jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2')
implementation('jakarta.ws.rs:jakarta.ws.rs-api:2.1.6')
implementation('com.mageddo.commons:commons-lang:0.1.16')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.22.0-snapshot
version=3.22.1-snapshot

0 comments on commit e74c70e

Please sign in to comment.