mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-18 22:50:25 +02:00
14 lines
416 B
Groovy
14 lines
416 B
Groovy
// publish to gradle plugin portal
|
|
pluginBundle {
|
|
website = 'https://github.com/wmaintw/DependencyCheck'
|
|
vcsUrl = 'git@github.com:wmaintw/DependencyCheck.git'
|
|
description = 'This is dependency check gradle plugin.'
|
|
tags = ['dependency check', 'security']
|
|
|
|
plugins {
|
|
dependencyCheckPlugin {
|
|
id = 'dependency.check'
|
|
displayName = 'dependency-check'
|
|
}
|
|
}
|
|
} |