Guillermo Mazzola
Guillermo Mazzola
> located in the root project directory I think I didn't documented it, but it should already be considering it, since `catalog_files` runs for each `build.gradle.kts` dir, including its root,...
This is still waiting for https://github.com/dependabot/dependabot-core/pull/12891
> I think that we may want to leave this as a draft as long as this is an experiment as it may cause confusion otherwise I was planning to...
Hi @kbukum1! > accordingly content is getting removed. You mean in the [PR diff](https://github.com/dependabot/smoke-tests/pull/353/changes)? The content of the `gradlew` was updating already with the previous changes. The issue I spotted...
@kbukum1 was it deployed right? I don't think it worked. I [re-runned the PR with `@dependabot recreate`](https://github.com/gmazzo/gradle-codeowners-plugin/actions/runs/20285469978/job/58257983059), and confirmed it used a new image `ghcr.io/dependabot/dependabot-updater-gradle:ef68611130da716d4030d17d24042f85bde8e461` (created at `2025-12-16T20:51:14.997328779Z`), but still...
Ok, apparenly the issue is when "updaing the PR" but, creaing it from scrach does work as expected! Finally: https://github.com/gmazzo/gradle-codeowners-plugin/pull/257 > Can you verify with the Eng team if the...
Since it's a public project, I dedicated 5' to validate this. Building it locally, [and targeting `6.0.0`](https://scans.gradle.com/s/do36swoyqe76g/plugins#com.github.gmazzo.buildconfig-0), [the project builds correctly to me](https://scans.gradle.com/s/do36swoyqe76g/plugins#com.github.gmazzo.buildconfig-0). Please make sure it's not an issue...
Let me reopen it, I'll try to check it out
> works with `5.x` but fails with `6.x` with `Unresolved reference 'BuildConfig'` > > ``` > ./gradlew clean # clean first > ./gradlew packageReleaseDistributionForCurrentOS > ./gradlew packageReleaseUberJarForCurrentOS > ``` I...
Hi @zoff99 any news about this one?