ci-demo-2/buildSrc/build.gradle.kts

20 lines
557 B
Kotlin

/*
* This file was generated by the Gradle 'init' task.
*/
plugins {
// Support convention plugins written in Kotlin. Convention plugins are build scripts in
// 'src/main' that automatically become available as plugins in the main build.
`kotlin-dsl`
}
repositories {
// Use the plugin portal to apply community plugins in convention plugins.
gradlePluginPortal()
}
dependencies {
// Use the Kotlin DSL plugin API to apply plugins from the Gradle Plugin Portal.
implementation("org.cyclonedx.bom:org.cyclonedx.bom.gradle.plugin:1.8.2")
}