We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3bce0 commit f9397b7Copy full SHA for f9397b7
build.gradle.kts
@@ -46,6 +46,7 @@ plugins {
46
id("io.gitlab.arturbosch.detekt") version "1.23.8"
47
id("org.openapi.generator") version "7.13.0" apply false
48
id("com.google.cloud.tools.jib") version "3.4.5" apply false
49
+ id("org.cyclonedx.bom") version "2.1.0"
50
}
51
52
scmVersion { tag { prefix.set("") } }
0 commit comments