moved to gitea
Some checks failed
CI / build (push) Failing after 8s

This commit is contained in:
2024-04-04 06:27:29 +08:00
parent a489201c7b
commit fc7607f19e
3 changed files with 30 additions and 8 deletions

View File

@@ -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,7 @@ catalog {
publishing {
repositories {
maven {
url = 'https://mvn.woggioni.net/'
url = getProperty('gitea.maven.url')
}
}
publications {