mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-23 03:17:58 +01:00
Merge pull request #11 from Flowdalic/maven-fix-description
gradle: fix missing Maven POM 'description' value
This commit is contained in:
commit
697f00f6b9
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue