diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-02-11 16:34:30 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2021-02-11 16:40:34 +0100 |
commit | 639ee6b5b28cf4635e69da545cae8246e5b3c734 (patch) | |
tree | 503ba1f2a6f7100d0440be1c511a4f705b47379e /tunnel/publish.gradle | |
parent | f764f2aaa94fdab3e35a4565d10569375dcd1c5c (diff) |
tunnel: add developer information to pom xml
Otherwise sonatype gets upset.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tunnel/publish.gradle')
-rw-r--r-- | tunnel/publish.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tunnel/publish.gradle b/tunnel/publish.gradle index 60568895..fd4ef18b 100644 --- a/tunnel/publish.gradle +++ b/tunnel/publish.gradle @@ -36,6 +36,10 @@ afterEvaluate { name = 'WireGuard' url = 'https://www.wireguard.com/' } + developer { + name = 'WireGuard' + email = 'team@wireguard.com' + } } } } |