|
8 | 8 | - Let `assemble` depend on `shadowJar`. ([#1524](https://github.com/GradleUp/shadow/pull/1524)) |
9 | 9 | - Fail build when inputting AAR files or using Shadow with AGP. ([#1530](https://github.com/GradleUp/shadow/pull/1530)) |
10 | 10 |
|
11 | | -**Fixed** |
12 | | - |
13 | | -- Honor `options.release` for target JVM attribute. ([#1502](https://github.com/GradleUp/shadow/pull/1502)) |
14 | | - |
15 | 11 | **Changed** |
| 12 | + |
16 | 13 | - Restore Develocity Build Scan integration. ([#1505](https://github.com/GradleUp/shadow/pull/1505)) |
17 | 14 | It is still disabled by default, you can enable it by setting `com.gradleup.shadow.enableDevelocityIntegration = true`. |
18 | 15 | - Expose `AbstractDependencyFilter` from `internal` to `public`. ([#1538](https://github.com/GradleUp/shadow/pull/1538)) |
19 | 16 | You can access it via `com.github.jengelman.gradle.plugins.shadow.tasks.DependencyFilter.AbstractDependencyFilter`. |
20 | 17 |
|
| 18 | +**Fixed** |
| 19 | + |
| 20 | +- Honor `options.release` for target JVM attribute. ([#1502](https://github.com/GradleUp/shadow/pull/1502)) |
| 21 | + |
21 | 22 | ## [9.0.0-rc1](https://github.com/GradleUp/shadow/releases/tag/9.0.0-rc1) - 2025-07-02 |
22 | 23 |
|
23 | | -> This release is a major update from the 8.3.x series. The plugin has been fully rewritten in Kotlin, bringing |
24 | | -significant improvements to maintainability, performance, and future extensibility. It introduces many new features, |
25 | | -enhancements, and bug fixes, and includes several breaking changes. Please review the changelog carefully and consult |
26 | | -the [new doc site](https://gradleup.com/shadow/) before upgrading. |
| 24 | +!!! warning |
| 25 | + |
| 26 | + This release is a major update from the 8.3.x series. The plugin has been fully rewritten in Kotlin, bringing |
| 27 | + significant improvements to maintainability, performance, and future extensibility. It introduces many new features, |
| 28 | + enhancements, and bug fixes, and includes several breaking changes. Please review the changelog carefully and consult |
| 29 | + the [new doc site](https://gradleup.com/shadow/) before upgrading. |
27 | 30 |
|
28 | 31 | **BREAKING** |
29 | 32 |
|
|
0 commit comments