File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,22 @@ if (localPropertyFile.exists()) {
99}
1010
1111group = " io.github.ryunen344.webauthn"
12- version = providers. fileContents(rootProject. layout. projectDirectory. file(" version.txt" )). asText. orNull?. trim() ?: " snapshot"
12+ version = providers. fileContents(rootProject. layout. projectDirectory. file(" version.txt" )). asText. getOrElse(" snapshot" ). trim()
13+ description = project. findProperty(" POM_DESCRIPTION" )
1314
1415spdxSbom {
1516 targets {
1617 release {
1718 configurations. add(" releaseRuntimeClasspath" )
19+ scm {
20+ tool. set(" git" )
21+ uri. set(" https://github.com/RyuNen344/WebAuthnKt.git" )
22+ revision. set(version)
23+ }
24+ document {
25+ namespace. set(" https://github.com/RyuNen344/WebAuthnKt/spdxdocs/${ UUID.randomUUID()} " )
26+ creator. set(" Person:RyuNen344" )
27+ }
1828 }
1929 }
2030}
You can’t perform that action at this time.
0 commit comments