Release workflow: remove Java (#443)

* Release workflow: remove Java

It is not required in this workflow anyway.

* CHANGELOG.md update

---------

Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
This commit is contained in:
Friedrich von Never
2024-03-08 18:39:20 +07:00
committed by GitHub
parent 5a275e45d7
commit b5aaa3ff5e
2 changed files with 4 additions and 7 deletions

View File

@@ -8,6 +8,10 @@
- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0`
### Removed
- GitHub Actions: Remove the `Setup Java` step from the `releaseDraft` build step
## [1.12.0] - 2024-02-20
### Added