mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +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 'org.jetbrains.kotlin.jvm'
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'net.corda.plugins.publish-utils'
|
id 'net.corda.plugins.publish-utils'
|
||||||
|
id 'com.jfrog.artifactory'
|
||||||
}
|
}
|
||||||
|
|
||||||
description 'OpenTelemetry SDK Bundle'
|
description 'OpenTelemetry SDK Bundle'
|
||||||
|
@ -5,6 +5,7 @@ plugins {
|
|||||||
id 'java-library'
|
id 'java-library'
|
||||||
id 'com.github.johnrengelman.shadow'
|
id 'com.github.johnrengelman.shadow'
|
||||||
id 'net.corda.plugins.publish-utils'
|
id 'net.corda.plugins.publish-utils'
|
||||||
|
id 'com.jfrog.artifactory'
|
||||||
}
|
}
|
||||||
|
|
||||||
description 'OpenTelemetry Driver'
|
description 'OpenTelemetry Driver'
|
||||||
@ -36,4 +37,3 @@ publish {
|
|||||||
disableDefaultJar = true
|
disableDefaultJar = true
|
||||||
name 'corda-opentelemetry-driver'
|
name 'corda-opentelemetry-driver'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user