Skip to content

Commit

Permalink
Add project description to project metadata (required for Maven Centr…
Browse files Browse the repository at this point in the history
…al upload).
  • Loading branch information
gredler committed Mar 20, 2015
1 parent 4d109dc commit 0c5e548
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ task wrapper(type: Wrapper) {
/*------------------------------------------------------------------------------------------------*/
/* CONFIGURATION FOR UPLOAD TO MAVEN CENTRAL REPO */
/* */
/* The signing credentials and OSSRH credentials must be in gradle.properties file. */
/* Upload with the command "gradle uploadArchives". */
/* The signing credentials and Sonatype OSSRH credentials must be in the gradle.properties file. */
/* Upload to Maven Central with the command "gradle uploadArchives". */
/* http://central.sonatype.org/pages/gradle.html */
/* http://central.sonatype.org/pages/ossrh-guide.html */
/* */
Expand Down Expand Up @@ -73,6 +73,8 @@ uploadArchives {
}
pom.project {
name 'Okapi Barcode'
description 'Okapi Barcode is an open-source barcode generator written entirely in Java, ' +
'supporting over 50 encoding standards including all ISO standards.'
packaging 'jar'
url 'https://github.com/woo-j/OkapiBarcode'
scm {
Expand Down

0 comments on commit 0c5e548

Please sign in to comment.