Skip to content

Commit

Permalink
Add missing information to POM
Browse files Browse the repository at this point in the history
  • Loading branch information
marianobarrios committed Jan 13, 2020
1 parent f8af4f0 commit dbac80c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ publishing {
from components.java
pom {
name = 'TLS Channel'
description = 'A Java library that implements a ByteChannel interface over SSLEngine, ' +
'enabling easy-to-use (socket-like) TLS for Java applications. '
url = 'https://github.com/marianobarrios/tls-channel'
licenses {
license {
name = 'BSD-style'
Expand Down

0 comments on commit dbac80c

Please sign in to comment.