Skip to content

Commit 29c432a

Browse files
committed
Prepare version 9.4.2
1 parent 8aa8e6c commit 29c432a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/changes/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22

33

4+
## [9.4.2](https://github.com/GradleUp/shadow/releases/tag/9.4.2) - 2026-05-28
5+
6+
### Changed
7+
8+
- Update jdependency to support Java 27. ([#2033](https://github.com/GradleUp/shadow/pull/2033))
9+
410
## [9.4.1](https://github.com/GradleUp/shadow/releases/tag/9.4.1) - 2026-03-27
511

612
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ signAllPublications=true
2020

2121
GROUP=com.gradleup.shadow
2222
POM_ARTIFACT_ID=shadow-gradle-plugin
23-
VERSION_NAME=9.4.1
23+
VERSION_NAME=9.4.2
2424

2525
POM_NAME=Shadow Gradle Plugin
2626
POM_DESCRIPTION=Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.

0 commit comments

Comments
 (0)