Skip to content

Fix indentation and restore @Override annotations in Gradle task - #38

Merged
Besi97 merged 1 commit into
mainfrom
fix-gradle-task-indentation
Aug 4, 2026
Merged

Besi97 merged 1 commit into
mainfrom
fix-gradle-task-indentation

Conversation

@Besi97

@Besi97 Besi97 commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Follow-up to #33. The refactoring that introduced getXxx() getters accidentally pushed 23 method declarations to 8-space indentation and dropped their @Override annotations.

PR #33 introduced incorrect 8-space indentation on boolean getter
methods and dropped @OverRide annotations that are required since
these methods implement GraphQLCodegenConfiguration interface members.
@Besi97
Besi97 merged commit f40ec8a into main Aug 4, 2026
3 checks passed
@Besi97
Besi97 deleted the fix-gradle-task-indentation branch August 4, 2026 15:09
@Besi97 Besi97 added the bug Something isn't working label Aug 4, 2026
@Besi97 Besi97 changed the title Fix indentation and restore @Override annotations in Gradle task Fix indentation and restore @Override annotations in Gradle task Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant