mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +01:00
initial check in
Former-commit-id: 2be8565868e6c8d62f86fcd7c70d350464c667c6
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.tools.security.plugin;
|
||||
|
||||
import org.gradle.api.Plugin
|
||||
import org.gradle.api.Project
|
||||
import org.slf4j.Logger
|
||||
import org.slf4j.LoggerFactory
|
||||
|
||||
class DependencyCheckGradlePlugin implements Plugin<Project> {
|
||||
|
||||
private Logger logger = LoggerFactory.getLogger(getClass())
|
||||
|
||||
@Override
|
||||
void apply(Project project) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user