Skip to content

Commit

Permalink
Note coordinate change
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 2, 2024
1 parent 7f33f2f commit 214515c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/docs/changes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

**Changed**

- **BREAKING CHANGE:** the GitHub has been transferred from `johnrengelman/shadow` to `GradleUp/shadow`, you can view
more details in [GradleUp/shadow/issues/908](https://github.com/GradleUp/shadow/issues/908).
We also update the plugin ID from `com.github.johnrengelman.shadow` to `com.gradleup.shadow`, and the
Maven coordinate from `com.github.johnrengelman:shadow` to `com.gradleup.shadow:shadow-gradle-plugin`.
- Bump the min Gradle requirement from `8.0.0` to `8.3`. ([#876](https://github.com/GradleUp/shadow/pull/876))
- Support Java 21. ([#876](https://github.com/GradleUp/shadow/pull/876))
- Use new file permission API from Gradle 8.3. ([#876](https://github.com/GradleUp/shadow/pull/876))
Expand All @@ -13,6 +17,7 @@
- Fix for PropertiesFileTransformer breaks Reproducible builds in
`8.1.1`. ([#858](https://github.com/GradleUp/shadow/pull/858))


## [v8.1.1] (2023-03-20)

**NOTE: ** As of this version, the Github repository has migrated to the `main` branch as the default branch for releases.
Expand All @@ -30,6 +35,7 @@ Instead, use the `enableRelocation = true` and `relocationPrefix = "<new package

[Release Notes](https://github.com/GradleUp/shadow/releases/tag/8.1.0)


## [v8.0.0] (2023-02-24)

[Release Notes](https://github.com/GradleUp/shadow/releases/tag/8.0.0)
Expand Down
2 changes: 1 addition & 1 deletion src/docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'com.github.johnrengelman:shadow:@version@'
classpath 'com.gradleup.shadow:shadow-gradle-plugin:@version@'
}
}
Expand Down

0 comments on commit 214515c

Please sign in to comment.