This is a simple gradle plugin to check the orbs used in the circle ci config against the newest
config at Circleci orb registry. The config is assumed to be located under $projectRoot/.circleci/config.yml
Inspired by https://github.com/ben-manes/gradle-versions-plugin
Add the following to build.gradle
plugins {
id 'org.entur.plugins.orbdependencycheck'
}
check.dependsOn orbsDependencyCheck
------------------------------------------------------------
: Project Dependency Updates
------------------------------------------------------------
The following orbs are using the latest release version:
- circleci/[email protected]
The following orbs have later release versions:
- circleci/[email protected] -> 3.4.1
https://circleci.com/orbs/registry/orb/circleci/slack
Unable to determime version for orbs:
- unknown/[email protected]
gw publishPlugins -Pgradle.publish.key=[KEY] -Pgradle.publish.secret=[SECRET]