József Bartók

Results 22 issues of 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...

in:declarative-dsl

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...

in:configuration-model
stale

### 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...

in:declarative-dsl

### 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...

30 min review
build-script-change
in:declarative-dsl

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...

bug