Skip to content

Fix deprecated Boolean is-prefix properties in plugin classes - #33

Merged
Besi97 merged 2 commits into
mainfrom
fix/boolean-is-prefix
Aug 4, 2026
Merged

Besi97 merged 2 commits into
mainfrom
fix/boolean-is-prefix

Conversation

@Besi97

@Besi97 Besi97 commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Gradle 8.13+ deprecates declaring boolean properties with is-prefix and boxed Boolean return type, as this violates Java Bean spec and is incompatible with Groovy 4. Adds getXxx() methods alongside existing isXxx() methods, annotated with @Deprecated and @ReplacedBy.

Closes: #22

@Besi97
Besi97 merged commit 2505ed2 into main Aug 4, 2026
3 checks passed
@Besi97 Besi97 added the enhancement New feature or request label Aug 4, 2026
Besi97 added a commit that referenced this pull request Aug 4, 2026
Follow-up to #33. The refactoring that introduced `getXxx()` getters
accidentally pushed 23 method declarations to 8-space indentation and
dropped their `@Override` annotations.
@Besi97
Besi97 deleted the fix/boolean-is-prefix branch August 6, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix deprecated Boolean is-prefix properties in plugin task/config classes (removed in Gradle 9.0)

1 participant