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 2d94ca1 commit 085f298Copy full SHA for 085f298
build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy
@@ -166,8 +166,12 @@ class SbomPlugin implements Plugin<Project> {
166
))
167
task.@externalReferences.set([
168
new ExternalReference(
169
- url: 'https://grails.apache.org/',
+ url: 'https://grails.apache.org',
170
type: ExternalReference.Type.WEBSITE
171
+ ),
172
+ new ExternalReference(
173
+ url: 'https://github.com/apache/grails-core',
174
+ type: ExternalReference.Type.VCS
175
)
176
])
177
0 commit comments