mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-28 03:51:33 +01:00
initial check in
Former-commit-id: 2be8565868e6c8d62f86fcd7c70d350464c667c6
This commit is contained in:
23
dependency-check-gradle/build.gradle
Normal file
23
dependency-check-gradle/build.gradle
Normal file
@@ -0,0 +1,23 @@
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'groovy'
|
||||
apply plugin: 'maven'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile localGroovy()
|
||||
compile gradleApi()
|
||||
}
|
||||
|
||||
group = 'com.tools.security'
|
||||
version = '0.0.1'
|
||||
|
||||
uploadArchives {
|
||||
repositories {
|
||||
mavenDeployer {
|
||||
repository(url: uri('../repo'))
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user