mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
ENT-8823: Added jfrog artifactory plugin. Hopefully will now publish to artifactory.
This commit is contained in:
parent
d58443b431
commit
a5d8996760
@ -4,6 +4,7 @@ plugins {
|
||||
id 'org.jetbrains.kotlin.jvm'
|
||||
id 'java-library'
|
||||
id 'net.corda.plugins.publish-utils'
|
||||
id 'com.jfrog.artifactory'
|
||||
}
|
||||
|
||||
description 'OpenTelemetry SDK Bundle'
|
||||
|
@ -5,6 +5,7 @@ plugins {
|
||||
id 'java-library'
|
||||
id 'com.github.johnrengelman.shadow'
|
||||
id 'net.corda.plugins.publish-utils'
|
||||
id 'com.jfrog.artifactory'
|
||||
}
|
||||
|
||||
description 'OpenTelemetry Driver'
|
||||
@ -36,4 +37,3 @@ publish {
|
||||
disableDefaultJar = true
|
||||
name 'corda-opentelemetry-driver'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user