mirror of
https://github.com/corda/corda.git
synced 2025-05-30 06:04:24 +00:00
Replaced maven plugin with the newer, simpler, maven-publish plugin and added an alias.
This commit is contained in:
parent
2f082d8cbe
commit
d85c82d505
@ -264,6 +264,9 @@ task installTemplateNodes(dependsOn: 'buildCordaJAR') << {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Aliasing the publishToMavenLocal for simplicity.
|
||||||
|
task(install, dependsOn: 'publishToMavenLocal')
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
corda(MavenPublication) {
|
corda(MavenPublication) {
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
apply plugin: QuasarPlugin
|
apply plugin: QuasarPlugin
|
||||||
// Applying the maven plugin means this will get installed locally when running "gradle install"
|
// Applying the maven plugin means this will get installed locally when running "gradle install"
|
||||||
apply plugin: 'maven'
|
|
||||||
apply plugin: DefaultPublishTasks
|
apply plugin: DefaultPublishTasks
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user