Removed pom.

This commit is contained in:
Erik C. Thauvin 2019-05-06 02:52:49 -07:00
parent 5d5a8fa6ad
commit f366f9c037
2 changed files with 0 additions and 37 deletions

View file

@ -239,12 +239,3 @@ task pandoc(type: Exec) {
}
}
task pom2xml {
pom {
project {
groupId project.group
artifactId rootProject.name
version project.version
}
}.writeTo("pom.xml")
}