Search Gradle plugins

Plugin Latest Version

Constraints a multi-module build dependency graph

1.1.3
(12 March 2025)

Adds a maven repository to the dependency resolution configuration that is configured via environment variables: - MAVEN_DOWNLOAD_URL: the base URL for the maven repository - MAVEN_USER: the username for the maven repository (optional) - MAVEN_PASSWORD: the password for the maven repository (optional)

1.1.0
(23 January 2025)

The Dependency Graph Analyser (DGA) Connector Plugin is designed for use with Gradle multi-project builds. It collects module dependency data from all Gradle projects within the build and exports this information in a format compatible with the DGA CLI tool for further analysis and visualisation. The plugin is typically applied using a Gradle init script, making it easy to integrate into existing builds without modifying individual project configurations.

0.1.5
(13 September 2024)

More concise dependencies declaration. Avoid repeating implementation, api, etc.

0.2.0
(17 February 2024)

Show available dependency updates

0.1.0
(17 October 2023)

Adds the joinfaces-dependencies bom to the projects dependency management.

5.2.0-m3
(30 September 2023)

Gradle plugin to clone projects with git and build them

0.5.2
(29 July 2023)

Gradle plugin to report project dependencies in JSON format

2.0.1
(08 July 2023)

Sets resolution strategies for known CVE reports

0.5.0
(27 June 2023)

Sets up a compatibility test suite against given versions of one or more dependencies, and sets up source sets to create compatibility adapters for different versions of a dependency. This is useful in any context where the runtime dependencies of a program is a matter of configuration, e.g. when integrating a 3rd party tool in a software suite.

0.5.0
(28 March 2023)