Skip to content

Commit

Permalink
Still mark Deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Sep 17, 2024
1 parent 800e533 commit c425286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/docs/changes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

**Changed**

- `ShadowExtension.component` has been deprecated, now you can use `component.shadow` instead.
- `ShadowExtension` has been deprecated, now you can use `component.shadow` instead.

**Fixed**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import org.gradle.api.Project
import org.gradle.api.component.SoftwareComponentContainer
import org.gradle.api.publish.maven.MavenPublication

@Deprecated
class ShadowExtension {
private final SoftwareComponentContainer components

Expand All @@ -12,8 +13,7 @@ class ShadowExtension {
}

/**
* @param publication
* @deprecated configure publication using component.shadow directly
* @deprecated configure publication using component.shadow directly.
*/
@Deprecated
void component(MavenPublication publication) {
Expand Down

0 comments on commit c425286

Please sign in to comment.