József Bartók
József Bartók
Fixes * https://github.com/gradle/gradle-private/issues/4120 ### Context ### Contributor Checklist - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md). - [ ] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you agree...
Relates to #24861
Gradle 8.3 introduces a [new API for setting file permissions](https://docs.gradle.org/8.3/userguide/working_with_files.html#sec:setting_file_permissions). We intend to deprecate the old, Unix mode based API in Gradle, but we can't do that until major Gradle...
While investigating a [Gradle issue](https://github.com/gradle/gradle/issues/23928) when using the [Plugin Publish plugin](https://plugins.gradle.org/plugin/com.gradle.plugin-publish) together with the Shadow Plugin, we found an inconsistency in the Shadow plugin's code. [Our solution](https://github.com/gradle/gradlecom/pull/1052) for it is...
Fixes #28433 ### Context ### Contributor Checklist - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md). - [ ] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you agree to...
### Context ### Contributor Checklist - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md). - [ ] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you agree to the terms...
### Context ### Contributor Checklist - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md). - [ ] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you agree to the terms...
A sync process usually triggers multiple Gradle builds. This can be confirmed independently of the Gradle profiler, for example with this process: https://jetbrains.slack.com/docs/T0288D531/F06N56J6CBS For example, a sync on the [gradle/gradle...