mirror of
https://github.com/corda/corda.git
synced 2025-02-18 16:40:55 +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 {
|
||||
publications {
|
||||
corda(MavenPublication) {
|
||||
|
@ -1,7 +1,6 @@
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: QuasarPlugin
|
||||
// Applying the maven plugin means this will get installed locally when running "gradle install"
|
||||
apply plugin: 'maven'
|
||||
apply plugin: DefaultPublishTasks
|
||||
|
||||
buildscript {
|
||||
|
Loading…
x
Reference in New Issue
Block a user