mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 17:32:06 +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
|
artifact testsJar
|
||||||
pom {
|
pom {
|
||||||
name = 'PGPainless'
|
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'
|
url = 'https://github.com/pgpainless/pgpainless'
|
||||||
inceptionYear = '2018'
|
inceptionYear = '2018'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue