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
Fix snapshot version mismatch between JAR and npm/pip packages
CI runs two Gradle invocations: `build` then `snapshot publish`. Each
independently called LocalDateTime.now() to generate versioned timestamps,
so the version baked into the JAR version.txt didn't match the version
published to npm/PyPI.
Both modules now read the version.txt file from disk (written during
`build`) before falling back to generating a fresh timestamp.
0 commit comments