mirror of
https://github.com/corda/corda.git
synced 2024-12-24 15:16:45 +00:00
Added artifactory plugin to core.
This commit is contained in:
parent
9ec6fd5fab
commit
e2921867e9
@ -1,4 +1,3 @@
|
||||
|
||||
buildscript {
|
||||
// For sharing constants between builds
|
||||
Properties constants = new Properties()
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user