Added artifactory plugin.

This commit is contained in:
Clinton Alexander 2017-06-26 16:11:59 +01:00
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
}
}