This commit is contained in:
25
build.gradle
25
build.gradle
@@ -8,17 +8,17 @@ version = getProperty('lys.catalog.version')
|
||||
|
||||
catalog {
|
||||
versionCatalog {
|
||||
version('wson', '2023.11.01')
|
||||
version('jwo', '2024.02.09')
|
||||
version('jmath', '2023.10.05')
|
||||
version('wson', '2024.04.04')
|
||||
version('jwo', '2024.04.04')
|
||||
version('jmath', '2023.04.04')
|
||||
version('jzstd', '2023.07.15')
|
||||
version('klevtree', '2024.02.12')
|
||||
version('khtml', '2024.03.11')
|
||||
version('jlevtree', '2023.05')
|
||||
version('my-gradle-plugins', '2024.03.11')
|
||||
version('envelope', '2024.02.28')
|
||||
version('my-gradle-plugins', '2024.04.04')
|
||||
version('envelope', '2024.04.04')
|
||||
version('gradle.docker', '9.3.2')
|
||||
version('wdi', '2023.10.05')
|
||||
version('wdi', '2024.04.04')
|
||||
|
||||
version('antlr', '4.13.1')
|
||||
version('bnd', '7.0.0')
|
||||
@@ -316,7 +316,18 @@ catalog {
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
url = 'https://mvn.woggioni.net/'
|
||||
name = "Gitea"
|
||||
url = uri(getProperty('gitea.maven.url'))
|
||||
|
||||
credentials(HttpHeaderCredentials) {
|
||||
name = "Authorization"
|
||||
value = "token ${System.getenv()["PUBLISHER_TOKEN"]}"
|
||||
}
|
||||
|
||||
authentication {
|
||||
header(HttpHeaderAuthentication)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
publications {
|
||||
|
Reference in New Issue
Block a user