mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +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> {
|
||||
|
||||
private Logger logger = LoggerFactory.getLogger(getClass())
|
||||
|
||||
@Override
|
||||
void apply(Project project) {
|
||||
project.tasks.create("dependencyCheck", DependencyCheckTask)
|
||||
|
||||
Reference in New Issue
Block a user