Skip to content

Fix deprecated Groovy space-assignment syntax in build files - #29

Merged
Besi97 merged 1 commit into
mainfrom
fix/groovy-space-assignment
Aug 4, 2026
Merged

Besi97 merged 1 commit into
mainfrom
fix/groovy-space-assignment

Conversation

@Besi97

@Besi97 Besi97 commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Gradle 8.x deprecates the space-assignment syntax (propName value) in Groovy DSL build scripts. The explicit propName = value form is required going forward. This change is mechanical with no behavioral impact.

Closes: #21

@Besi97
Besi97 merged commit e23bba3 into main Aug 4, 2026
3 checks passed
@Besi97 Besi97 added the enhancement New feature or request label Aug 4, 2026
@Besi97
Besi97 deleted the fix/groovy-space-assignment 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 Groovy space-assignment syntax (removed in Gradle 10.0)

1 participant