mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
gradle: fix missing Maven POM 'description' value
With the maven-publish plugin, description needs to be assigned, not called.
This commit is contained in:
parent
611b105843
commit
74be25b763
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