Artifactory defaults to publish mavenJava Publication
Closes gh-9772
This commit is contained in:
parent
d203235567
commit
8a4ee8af43
|
@ -36,6 +36,9 @@ class ArtifactoryPlugin implements Plugin<Project> {
|
||||||
password = artifactoryPassword
|
password = artifactoryPassword
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
defaults {
|
||||||
|
publications('mavenJava')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue