github-dependency-graph-gradle-plugin icon indicating copy to clipboard operation
github-dependency-graph-gradle-plugin copied to clipboard

Gradle Plugin for Extracting Dependency Information to send to GitHub

Results 11 github-dependency-graph-gradle-plugin issues
Sort by recently updated
recently updated
newest added

When using gradle jvm toolchain feature the build may produce class files that this plugin is unable to read. For example the https://github.com/etiennestuder/gradle-jooq-plugin plugin supports jvm toolchain, which I set...

Looking at the self-test results, all of the dependencies are being bound to the `settings.gradle.kts` file instead of binding the dependencies to the respective subproject's `build.gradle.kts` file. https://github.com/gradle/github-dependency-graph-gradle-plugin/network/dependencies For example,...

enhancement

When using the plugin without the correct environment variables set, the resulting exception looks like: ``` Caused by: org.gradle.api.GradleException: The GitHubDependencyGraphPlugin plugin encountered errors while writing the dependency snapshot json...

Bumps commons-io:commons-io from 2.16.0 to 2.16.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=gradle&previous-version=2.16.0&new-version=2.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

I'd like to port the Jackson code to [kotlinx-serialization](https://github.com/Kotlin/kotlinx.serialization), mostly to avoid reflection, but also to have clear annotations on classes that are user for serialization (and thus need special...

enhancement

The plugin `ForceDependencyResolutionPlugin` isn't compatible with upcoming project isolation because it registers a root task depending on sub-project tasks. Instead, a settings plugin should add an outgoing configuration by applying...

bug

When configure-on-demand is enabled, the `ForceDependencyResolutionPlugin_resolveAllDependencies` task is not registered.

bug

Unfortunately this isn't so simple, since Gradle isn't a library published to a standard repository. - [ ] Determine correct PURL to use for Gradle Build Tool itself - [...

enhancement

Maven has the concept of a classifier that "[distinguishes artifacts that were built from the same POM but differ in content](https://maven.apache.org/pom.html)". An example is the [struts2-assembly](https://mvnrepository.com/artifact/org.apache.struts/struts2-assembly) dependency which has "lib",...

enhancement

Bumps the gradle-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | commons-io:commons-io | `2.16.1` |...

dependencies
java