Added AGENT.md and updated docs
All checks were successful
CI / build (push) Successful in 4m19s

This commit is contained in:
2026-02-22 04:53:24 +08:00
parent b58462a085
commit 43fdf131fa
4 changed files with 193 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ allprojects { subproject ->
mavenCentral()
}
pluginManager.withPlugin('java-library') {
pluginManager.withPlugin('java') {
ext {
jpmsModuleName = subproject.group + '.' + subproject.name.replace('-', '.')