updated jwo and gradle plugins versions
All checks were successful
CI / build (push) Successful in 17s

This commit is contained in:
2025-01-09 16:22:39 +08:00
parent 91aa42c157
commit 93d41e5231
2 changed files with 4 additions and 5 deletions

View File

@@ -3,20 +3,19 @@ plugins {
id 'maven-publish'
}
group = 'com.lys'
version = getProperty('lys.catalog.version')
catalog {
versionCatalog {
version('wson', '2024.04.04')
version('jwo', '2024.12.31')
version('jmath', '2024.12.31')
version('jwo', '2025.01.09')
version('jmath', '2025.01.09')
version('jzstd', '2024.04.14')
version('klevtree', '2024.02.12')
version('khtml', '2024.04.14')
version('jlevtree', '2023.05')
version('my-gradle-plugins', '2024.12.29')
version('my-gradle-plugins', '2025.01.08')
version('envelope', '2025.01.08')
version('wdi', '2024.12.31')

View File

@@ -1,3 +1,3 @@
lys.catalog.version = 2025.01.08
lys.catalog.version = 2025.01.09
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven