mirror of
https://github.com/corda/corda.git
synced 2025-01-19 03:06:36 +00:00
Add Maven publication of test-utils
Add Maven publication of test-utils, so that CorDapp tests can use test-utils.
This commit is contained in:
parent
60d555d4ed
commit
4117873b37
@ -1,5 +1,6 @@
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: QuasarPlugin
|
||||
apply plugin: DefaultPublishTasks
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
@ -46,3 +47,15 @@ dependencies {
|
||||
}
|
||||
|
||||
quasarScan.dependsOn('classes', ':core:classes', ':contracts:classes')
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
testutils(MavenPublication) {
|
||||
from components.java
|
||||
artifactId 'test-utils'
|
||||
|
||||
artifact sourceJar
|
||||
artifact javadocJar
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user