Skip to content

Commit eba87bc

Browse files
Update build.gradle
1 parent d9eca92 commit eba87bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ task writePom {
4646
}
4747
}.writeTo("pom.xml")
4848
}
49+
# copy to libs folder to include it in the upload to github
50+
copy {
51+
from("pom.xml")
52+
into("build/libs/")
53+
}
4954
}
5055

5156
jar {

0 commit comments

Comments
 (0)