Ignores not being applied for Gradle #6532
Labels
F: dependency-ignores
Allow excluding certain versions
L: java:gradle
Maven packages via Gradle
T: bug 🐞
Something isn't working
Is there an existing issue for this?
Package ecosystem
gradle
Package manager version
Gradle 7.6
Language version
Java 17
Manifest location and content before the Dependabot update
Reposistory at relevant commit: https://github.com/jsonschema2dataclass/js2d-gradle/blob/69cf5b5c1b3290301508e98d581f70764771a3f1/
I have a few separate independent projects inside a single repo: plugin, internal plugin, demo for AGP 7 and java demo.
Repository: https://github.com/jsonschema2dataclass/js2d-gradle/blob/69cf5b5c1b3290301508e98d581f70764771a3f1/
plugin contains a few modules, depending on libraries with conflicting API by design, and it working well:
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
includeBuild
from thesettings.build.kts
for a subproject, it still has an attachment to the root project which is incorrect as wellsettings.gradle.kts
are ignored while this file defines a gradle project, notbuild.gradle.kts
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
jsonschema2dataclass/js2d-gradle#620
and few recently closed from dependabot. I ususally merge, not close as in most cases it makes more sence
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: