Merge pull request #11 from Flowdalic/maven-fix-description

gradle: fix missing Maven POM 'description' value
This commit is contained in:
Paul Schaub 2020-04-16 12:07:42 +02:00 committed by GitHub
commit 697f00f6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ subprojects {
artifact testsJar
pom {
name = 'PGPainless'
description 'Simple to use OpenPGP API for Java based on Bouncycastle'
description = 'Simple to use OpenPGP API for Java based on Bouncycastle'
url = 'https://github.com/pgpainless/pgpainless'
inceptionYear = '2018'