Skip to content

Modernize Gradle property assignments - #334

Open
Darlokt wants to merge 1 commit into
glencoesoftware:masterfrom
Darlokt:modernize-gradle
Open

Modernize Gradle property assignments#334
Darlokt wants to merge 1 commit into
glencoesoftware:masterfrom
Darlokt:modernize-gradle

Conversation

@Darlokt

@Darlokt Darlokt commented Jul 15, 2026

Copy link
Copy Markdown

Hej,

I spend some time this week learning how Gradle works/is used reading the Gradle docs and I here noticed several property declarations still used the deprecated Groovy space-assignment syntax. This here fixes them up to explicit assignments and simplifies the Logback dependency declaration, keeping the build compatible with newer Gradle versions without changing its behavior.

Changes

  • Use explicit assignments for repository names and URLs.
  • Convert repository URLs to URI values.
  • Use the concise string notation for the Logback dependency.

Changes:
- Updated repository URLs to use explicit URI assignments
- Updated named repository properties to assignment syntax
- Simplified the Logback dependency declaration
- Updated the publishing repository URL assignment
Sign up for free to 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.

1 participant