File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ configure(javaProjects) { project ->
95
95
artifact sourcesJar
96
96
artifact javadocJar
97
97
98
- pom configurePom(project)
99
98
}
100
99
}
101
100
@@ -105,6 +104,7 @@ configure(javaProjects) { project ->
105
104
afterEvaluate {
106
105
jar configureJarManifestAttributes(project)
107
106
publishing. publications. mavenJava. artifactId = project. archivesBaseName
107
+ publishing. publications. mavenJava. pom configurePom(project)
108
108
signing {
109
109
sign publishing. publications. mavenJava
110
110
}
@@ -135,7 +135,6 @@ configure(scalaProjects) { project ->
135
135
if (! scalaVersion. startsWith(" 2.13" )) {
136
136
artifact scaladocJar // https://github.com/gradle/gradle/issues/9855
137
137
}
138
- pom configurePom(project)
139
138
}
140
139
}
141
140
@@ -144,6 +143,8 @@ configure(scalaProjects) { project ->
144
143
145
144
afterEvaluate {
146
145
jar configureJarManifestAttributes(project)
146
+ publishing. publications. mavenJava. artifactId = project. archivesBaseName
147
+ publishing. publications. mavenJava. pom configurePom(project)
147
148
signing {
148
149
sign publishing. publications. mavenJava
149
150
}
You can’t perform that action at this time.
0 commit comments