提交 7902ae4c 编写于 作者: B Brian Clozel

Change Gradle publication name for artifactory

This commit switches to the default publication name considered by the
artifactory plugin when it comes to publishing artifacts to the
artifactory repository.

See gh-23282
上级 53f52300
......@@ -203,7 +203,7 @@ configure(rootProject) {
publishing {
publications {
springFramework(MavenPublication) {
mavenJava(MavenPublication) {
artifact docsZip
artifact schemaZip
artifact distZip
......
......@@ -15,7 +15,7 @@ dependencies {
publishing {
publications {
springFramework(MavenPublication) {
mavenJava(MavenPublication) {
artifactId = 'spring-framework-bom'
from components.javaPlatform
}
......
......@@ -2,7 +2,7 @@ apply plugin: "maven-publish"
publishing {
publications {
springFramework(MavenPublication) {
mavenJava(MavenPublication) {
pom {
name = project.description
description = project.description
......
......@@ -49,7 +49,7 @@ task javadocJar(type: Jar) {
publishing {
publications {
springFramework(MavenPublication) {
mavenJava(MavenPublication) {
from components.java
artifact sourcesJar
artifact javadocJar
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册