mirror of
https://github.com/corda/corda.git
synced 2025-03-14 16:26:36 +00:00
Added artifactory plugin.
This commit is contained in:
parent
96237ce94f
commit
9ec6fd5fab
@ -75,6 +75,7 @@ plugins {
|
||||
// but the DSL has some restrictions e.g can't be used on the allprojects section. So we should revisit this if there are improvements in Gradle.
|
||||
// Version 1.0.2 of this plugin uses capsule:1.0.1
|
||||
id "us.kirchmeier.capsule" version "1.0.2"
|
||||
id "com.jfrog.artifactory" version "4.4.18"
|
||||
}
|
||||
|
||||
ext {
|
||||
@ -278,4 +279,4 @@ task buildCordappDependenciesZip(type: Zip) {
|
||||
from buildscript.configurations.classpath
|
||||
from 'node/capsule/NOTICE' // CDDL notice
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user