Skip to content

Fix build.gradle Syntax Error - #10

Open
zmr-233 wants to merge 2 commits into
CreativeMD:1.21from
zmr-233:pr-zmr233
Open

Fix build.gradle Syntax Error#10
zmr-233 wants to merge 2 commits into
CreativeMD:1.21from
zmr-233:pr-zmr233

Conversation

@zmr-233

Copy link
Copy Markdown

The main change in this PR involves fixing a syntax error related to the closure definitions in the build.gradle file. Specifically, the original code was using the incorrect closure syntax withDependencies(dependencies -> dependencies.each { ... }), which caused compilation errors. I have updated the syntax to the correct Groovy format withDependencies { dependencies -> dependencies.each { ... } }.

@CreativeMD

Copy link
Copy Markdown
Owner

First of all thank you!

Is there any reason this is necessary? Gradle seems to allow for all kinds of formatting styles.

Also unfortunately I pushed something to my repo without thinking causing this conflict. No idea how to solve it, I could also copy your file contents and merge it that way.

@CreativeMD
CreativeMDforce-pushed the 1.21 branch 3 times, most recently from ce8929a to cb40449CompareJanuary 16, 2026 09:11
@CreativeMD
CreativeMDforce-pushed the 1.21 branch 4 times, most recently from fbff2de to 6540b2eCompareJanuary 30, 2026 12:16
@CreativeMD
CreativeMDforce-pushed the 1.21 branch 4 times, most recently from 6cf74bc to 10162c7CompareFebruary 7, 2026 16:30
@CreativeMD
CreativeMDforce-pushed the 1.21 branch 3 times, most recently from 2161472 to 7e00b96CompareFebruary 13, 2026 15:07
@CreativeMD
CreativeMDforce-pushed the 1.21 branch 4 times, most recently from 874e1c4 to f45f5e7CompareFebruary 25, 2026 07:41
@CreativeMD
CreativeMDforce-pushed the 1.21 branch 3 times, most recently from b1267ed to 296edfdCompareFebruary 27, 2026 16:28
@CreativeMD
CreativeMDforce-pushed the 1.21 branch 2 times, most recently from 788d5d6 to 1753a5aCompareMarch 27, 2026 14:41
@CreativeMD
CreativeMDforce-pushed the 1.21 branch 3 times, most recently from 4740d4e to 65e6130CompareApril 28, 2026 11:39
@CreativeMD
CreativeMDforce-pushed the 1.21 branch 4 times, most recently from e3dc3bf to 8bceb36CompareMay 8, 2026 12:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@zmr-233@CreativeMD