trying to get pom to generate and upload through artifactory

This commit is contained in:
Andy Clement
2014-01-16 08:00:53 -08:00
parent 5979859562
commit 60f1105164

View File

@@ -14,7 +14,7 @@ task writeNewPom << {
}
}
}
}.writeTo("$buildDir/pom.xml");
}.writeTo("$buildDir/springloaded.pom");
}
compileJava {