You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2026. It is now read-only.
Objective: publish Gradle convention plugins as Maven plugin-marker artifacts; personal-stack consumes via pluginManagement.
Notes: resolve version drift (gradle.properties Kotlin 2.1.20/Spring 4.0.4/jOOQ 3.19.18 vs build-logic 2.3.21/4.0.6/3.21.4). Make jOOQ/OpenAPI/detekt-path/toolchain opt-in. Add TestKit coverage. Risk: plugin resolution precedes build.
Work:
includeBuild build-logicwith pinned plugin coordsPart of #605.