Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update Gradle version and enhance project directory references #1293

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

miurahr
Copy link
Member

@miurahr miurahr commented Mar 15, 2025

Upgraded Gradle wrapper to version 8.13 for improved compatibility. Refactored file and directory handling to utilize layout.settingsDirectory for better project configuration management and clarity. This change ensures consistent and maintainable file references across the build scripts.

Pull request type

  • Build and release changes

Which ticket is resolved?

What does this PR change?

Other information

miurahr added 2 commits March 15, 2025 10:37
Updated the Gradle wrapper to version 8.13 for improved performance and compatibility.
Especially, Gradle 8.13 supports 'layout.settingsDirectory.file' directive.

Signed-off-by: Hiroshi Miura <[email protected]>
Upgraded Gradle wrapper to version 8.13 for improved compatibility. Refactored file and directory handling to utilize `layout.settingsDirectory` for better project configuration management and clarity. This change ensures consistent and maintainable file references across the build scripts.

Signed-off-by: Hiroshi Miura <[email protected]>
Copy link

❌ Quality checks failed.

Please look a Gradle Scan page for details:
https://gradle.com/s/wvt747ovnf6ok

Copy link

❌ Acceptance Tests failed.

Please look a Gradle Scan page for details:
https://gradle.com/s/24tnxlvr44him

Updated file handling to use Gradle's `layout` and `file` APIs consistently for better readability and maintainability. These changes ensure compatibility with Gradle's recommended practices and enhance the project configuration's clarity.

Signed-off-by: Hiroshi Miura <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant