diff --git a/build.gradle b/build.gradle index 93be4ed5f3..9722a5f16b 100644 --- a/build.gradle +++ b/build.gradle @@ -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 -} +} \ No newline at end of file