fix project description
This commit is contained in:
parent
707e054e50
commit
e38bced645
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ wrapper {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
user = 'joerg'
|
user = 'joerg'
|
||||||
name = 'undertow'
|
name = 'netty'
|
||||||
description = 'Undertow port forked from quarkus-http'
|
description = 'Fork of Netty for Java 21+, Gradle 8.5*, with module info'
|
||||||
inceptionYear = '2023'
|
inceptionYear = '2023'
|
||||||
url = 'https://xbib.org/' + user + '/' + name
|
url = 'https://xbib.org/' + user + '/' + name
|
||||||
scmUrl = 'https://xbib.org/' + user + '/' + name
|
scmUrl = 'https://xbib.org/' + user + '/' + name
|
||||||
|
|
Loading…
Reference in a new issue