mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-26 10:18:45 +02:00
refactor the build.gradle file, extract publish tasks to separated gradle file
Former-commit-id: 539b8d16917a8a60e07a7f1466ce9ad0c84ca94e
This commit is contained in:
8
dependency-check-gradle/conf/publish/local.gradle
Normal file
8
dependency-check-gradle/conf/publish/local.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
//Local debug use only
|
||||
uploadArchives {
|
||||
repositories {
|
||||
mavenDeployer {
|
||||
repository(url: uri('../../../repo'))
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user