Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Migrate to Gradle 9.5.1 and Java 25 #81
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
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Migrate to Gradle 9.5.1 and Java 25 #81
Changes from 4 commits
480f86ac021700eec55ea65b8d4b856040cc88b234dcf917eFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win
Add
isDirectoryguard to preventIOExceptionon subdirectories.binDir.eachFileiterates over both files and directories. If a subdirectory exists inbin/,file.textat line 44 will throw anIOException.🛡️ Proposed fix
binDir.eachFile { file -> + if (file.isDirectory()) return file.setExecutable(true)📝 Committable suggestion
🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🌐 Web query:
What is the latest version of the Gradle Develocity plugin (com.gradle.develocity)?💡 Result:
The latest version of the Develocity Gradle plugin (com.gradle.develocity) is 4.5.0, released on June 30, 2026 [1][2][3].
Citations:
🏁 Script executed:
Repository: ballerina-platform/module-ballerina-edi
Length of output: 1943
Update the Develocity plugin version
settings.gradle:23— the migration is correct, butcom.gradle.develocityis still pinned to3.19.2; bump it to the current stable4.5.0.🤖 Prompt for AI Agents
Uh oh!
There was an error while loading. Please reload this page.