mirror of
https://github.com/corda/corda.git
synced 2025-02-21 17:56:54 +00:00
Quasar utils now follows the format required by the new publishing utilities gradle plugin.
This commit is contained in:
parent
46ddd3bd0e
commit
6bc118b997
@ -13,7 +13,7 @@ repositories {
|
|||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
quasarUtils(MavenPublication) {
|
"quasar-utils"(MavenPublication) {
|
||||||
from components.java
|
from components.java
|
||||||
groupId 'net.corda.plugins'
|
groupId 'net.corda.plugins'
|
||||||
artifactId 'quasar-utils'
|
artifactId 'quasar-utils'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user