Skip to content

Commit 084a126

Browse files
Update build.gradle
1 parent 18e9a9c commit 084a126

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ task writePom {
5050

5151
jar {
5252
dependsOn writePom
53-
from sourceSets.main.allSource
5453
into("META-INF/maven/$project.group/$project.name") {
55-
from("pom.xml")
54+
from("pom.xml")
5655
}
5756
}
5857

0 commit comments

Comments
 (0)