Skip to content

Instantly share code, notes, and snippets.

@AlBaker
Created June 29, 2011 04:32
Show Gist options
  • Save AlBaker/1053155 to your computer and use it in GitHub Desktop.
Save AlBaker/1053155 to your computer and use it in GitHub Desktop.
Simple Gradle POM Generation Example
configure(install.repositories.mavenInstaller) {
pom.project {
version '1.0'
artifactId 'your.artifact.id'
groupId 'your.group.id'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment