updated jwo and gradle plugins versions
All checks were successful
CI / build (push) Successful in 17s
All checks were successful
CI / build (push) Successful in 17s
This commit is contained in:
@@ -3,20 +3,19 @@ plugins {
|
|||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
group = 'com.lys'
|
group = 'com.lys'
|
||||||
version = getProperty('lys.catalog.version')
|
version = getProperty('lys.catalog.version')
|
||||||
|
|
||||||
catalog {
|
catalog {
|
||||||
versionCatalog {
|
versionCatalog {
|
||||||
version('wson', '2024.04.04')
|
version('wson', '2024.04.04')
|
||||||
version('jwo', '2024.12.31')
|
version('jwo', '2025.01.09')
|
||||||
version('jmath', '2024.12.31')
|
version('jmath', '2025.01.09')
|
||||||
version('jzstd', '2024.04.14')
|
version('jzstd', '2024.04.14')
|
||||||
version('klevtree', '2024.02.12')
|
version('klevtree', '2024.02.12')
|
||||||
version('khtml', '2024.04.14')
|
version('khtml', '2024.04.14')
|
||||||
version('jlevtree', '2023.05')
|
version('jlevtree', '2023.05')
|
||||||
version('my-gradle-plugins', '2024.12.29')
|
version('my-gradle-plugins', '2025.01.08')
|
||||||
version('envelope', '2025.01.08')
|
version('envelope', '2025.01.08')
|
||||||
version('wdi', '2024.12.31')
|
version('wdi', '2024.12.31')
|
||||||
|
|
||||||
|
@@ -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
|
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user