Added artifactory plugin to core.

This commit is contained in:
Clinton Alexander 2017-06-26 16:26:05 +01:00
parent 9ec6fd5fab
commit e2921867e9
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
buildscript {
// For sharing constants between builds
Properties constants = new Properties()

View File

@ -2,6 +2,7 @@ apply plugin: 'kotlin'
apply plugin: 'kotlin-jpa'
apply plugin: 'net.corda.plugins.quasar-utils'
apply plugin: 'net.corda.plugins.publish-utils'
apply plugin: 'com.jfrog.artifactory'
description 'Corda core'