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
Publish temporal-spring-ai from the JDK 11 release job via toolchains
The module was previously excluded from the build whenever Gradle ran on
JDK <17, which silently dropped it from the release and snapshot publish
jobs (both use JDK 11). Switch to the same pattern temporal-sdk already
uses: resolve a JDK 17+ compiler/javadoc/launcher via Gradle toolchains
when the running JVM is older, and drop the conditional include guards
in settings.gradle and the BOM so the artifact always publishes.
Shared javadoc config in gradle/java.gradle now keys flag choices off
the javadoc tool's language version instead of JavaVersion.current(),
so modules that override javadocTool (temporal-spring-ai on JDK 11)
don't get JDK 9-12-only flags passed to a JDK 17 tool.
Add JDK 17 alongside JDK 11 in the publish workflows so toolchain
discovery has a matching installation to resolve.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments