Skip to content

Commit ed55a2a

Browse files
committed
Jodd v5.1.0 release
1 parent b272cc9 commit ed55a2a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gradle/publish-maven.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ publishing {
3232
publications {
3333
mavenJava(MavenPublication) {
3434
from components.java
35-
afterEvaluate {
36-
artifact sourcesJar
37-
artifact javadocJar
38-
}
39-
4035
customizePom(pom, project)
4136
}
4237
}

0 commit comments

Comments
 (0)