Fixes
- Resolve the sentry-cli path as a task input instead of memoizing it in a static field, fixing stale-path build failures when switching branches with the configuration cache enabled (#1264)
- This fixed the issue where sentry-cli could not be found (
A problem occurred starting process 'command ../sentry-cliXXX.exe')
- This fixed the issue where sentry-cli could not be found (
- Defer the telemetry default-org lookup to execution time so the configuration cache no longer re-runs
sentry-clion every build (#1263) - The published Gradle plugin and
sentry-snapshots-runtimePOMs no longer declare a transitivekotlin-stdlibdependency (#1276) - Normalize Linux ARM64 architecture name for bundled sentry-cli binary lookup (#1201)