Commit bdbee0f6 authored by Clement Bois's avatar Clement Bois
Browse files

fix: add repository for cyclonedx-gradle-plugin

parent 82c9195b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -433,6 +433,11 @@ gradle-sbom:
        cat << EOF > cyclonedx.init.gradle
      allprojects {
        buildscript {
            repositories {
                maven {
                    url "https://plugins.gradle.org/m2/"
                }
            }
            dependencies {
                classpath "org.cyclonedx:cyclonedx-gradle-plugin:$GRADLE_SBOM_VERSION"
            }