Skip to content

docs: use shorthand Gradle dependency syntax in README#252

Merged
KosherJava merged 1 commit intoKosherJava:masterfrom
abeperl:fix/issue-197-gradle-import-syntax
Mar 6, 2026
Merged

docs: use shorthand Gradle dependency syntax in README#252
KosherJava merged 1 commit intoKosherJava:masterfrom
abeperl:fix/issue-197-gradle-import-syntax

Conversation

@abeperl
Copy link
Copy Markdown
Contributor

@abeperl abeperl commented Mar 6, 2026

Summary

Replaces the verbose Gradle dependency syntax (implementation group: ..., name: ..., version: ...) with the standard shorthand format (implementation 'group:name:version') in the README.

Fixes #197

Changes

  • Updated the Groovy build.gradle example from implementation group: 'com.kosherjava', name: 'zmanim', version: '2.5.0' to implementation 'com.kosherjava:zmanim:2.5.0'
  • The Kotlin build.gradle.kts example already used the shorthand syntax and remains unchanged

Testing

  • Verified the shorthand syntax is valid and commonly used in Gradle projects

…ava#197)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Owner

@KosherJava KosherJava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved (hoping for the best).

@KosherJava KosherJava merged commit ef0b06b into KosherJava:master Mar 6, 2026
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.

Change README gradle import syntax

2 participants