updated build to Gradle 9 and JDK 25

This commit is contained in:
2026-02-17 14:54:01 +08:00
parent b6c4cca2e7
commit 91cf489630
12 changed files with 35 additions and 33 deletions

View File

@@ -10,7 +10,6 @@ dependencyResolutionManagement {
versionCatalogs {
catalog {
from group: 'com.lys', name: 'lys-catalog', version: getProperty('lys.catalog.version')
version('junit.jupiter', '5.9.3')
}
}
}