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: bump Gradle to 8.9 #6328

Merged
merged 1 commit into from
Aug 6, 2024
Merged

chore: bump Gradle to 8.9 #6328

merged 1 commit into from
Aug 6, 2024

Conversation

vlsi
Copy link
Collaborator

@vlsi vlsi commented Aug 6, 2024

No description provided.

Comment on lines -22 to -23
dirMode = "775".toInt(8)
fileMode = "664".toInt(8)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The other places used to have 755 / 644 rather than 775 / 664, so I went with 755 / 644

}
for (dep in deps) {
val compId = dep.id.componentIdentifier
if (compId !is ProjectComponentIdentifier || !compId.build.isCurrentBuild) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Interestingly, isCurrentBuild was always returning true, so I just removed the deprecated isCurrentBuild access for now.

@vlsi vlsi merged commit 3e9af5d into apache:master Aug 6, 2024
3 of 7 checks passed
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