Skip to content

Commit badabad

Browse files
committed
Prepare version 8.3.7
1 parent a0da04a commit badabad

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import org.gradle.api.plugins.JavaPlugin.SOURCES_ELEMENTS_CONFIGURATION_NAME
66
plugins {
77
groovy
88
`java-gradle-plugin`
9+
id("com.gradle.plugin-publish") version "1.3.1"
910
id("com.vanniktech.maven.publish") version "0.32.0"
1011
id("com.diffplug.spotless") version "7.0.4"
1112
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.parallel=true
1111

1212
GROUP=com.gradleup.shadow
1313
POM_ARTIFACT_ID=shadow-gradle-plugin
14-
VERSION_NAME=8.3.7-SNAPSHOT
14+
VERSION_NAME=8.3.7
1515

1616
SONATYPE_AUTOMATIC_RELEASE=true
1717
SONATYPE_HOST=CENTRAL_PORTAL

src/docs/changes/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
## [Unreleased]
55

6+
7+
## [v8.3.7] (2025-06-24)
8+
69
**Fixed**
710

811
- Fix compatibility for Gradle 9.0.0 RC1. ([#1470](https://github.com/GradleUp/shadow/pull/1470))
@@ -426,7 +429,8 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package
426429

427430

428431

429-
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.6...HEAD
432+
[Unreleased]: https://github.com/GradleUp/shadow/compare/8.3.7...HEAD
433+
[v8.3.7]: https://github.com/GradleUp/shadow/releases/tag/8.3.7
430434
[v8.3.6]: https://github.com/GradleUp/shadow/releases/tag/8.3.6
431435
[v8.3.5]: https://github.com/GradleUp/shadow/releases/tag/8.3.5
432436
[v8.3.4]: https://github.com/GradleUp/shadow/releases/tag/8.3.4

0 commit comments

Comments
 (0)