Command: ./gradlew :adapter:outbound:persistence-jpa:verifyJpaApiSurface --rerun-tasks --console=plain
Working directory: /shared/codebase/clean-architecture-backend-template/src
Executed at: 2026-08-29T07:49:23Z
Source revision: a24ece9cf797f7ea647e33bf846b115208ed1ba5
Observation boundary: Fresh Gradle verification that the current leaf public top-level API matches the committed jpa-api-surface baseline. It verifies names/surface drift, not behavioral correctness or reachability.
--- stdout/stderr ---
> Task :build-logic:extractPluginRequests
> Task :build-logic:generatePluginAdapters
> Task :build-logic:compileJava
> Task :build-logic:compileGroovy
> Task :build-logic:compileGroovyPlugins
> Task :build-logic:pluginDescriptors
> Task :build-logic:processResources
> Task :build-logic:classes
> Task :build-logic:jar

> Task :adapter:outbound:persistence-jpa:verifyJpaApiSurface
verifyJpaApiSurface: OK — the committed public API surface is unchanged.

BUILD SUCCESSFUL in 3s
9 actionable tasks: 9 executed
Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.0.0/userguide/configuration_cache_enabling.html

Exit code: 0
