1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-25 04:54:49 +02:00

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

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'