mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 02:21:28 +01:00
remove unused code
Former-commit-id: 1844b759f255550545b4ead5e527289c2ad8b1a7
This commit is contained in:
@@ -8,8 +8,6 @@ import org.slf4j.LoggerFactory
|
|||||||
|
|
||||||
class DependencyCheckGradlePlugin implements Plugin<Project> {
|
class DependencyCheckGradlePlugin implements Plugin<Project> {
|
||||||
|
|
||||||
private Logger logger = LoggerFactory.getLogger(getClass())
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
void apply(Project project) {
|
void apply(Project project) {
|
||||||
project.tasks.create("dependencyCheck", DependencyCheckTask)
|
project.tasks.create("dependencyCheck", DependencyCheckTask)
|
||||||
|
|||||||
Reference in New Issue
Block a user