Open handstandsam opened 8 months ago
This is the commit that breaks the sync scenarios: https://github.com/gradle/gradle-profiler/commit/343774faca54f636d78641b255364b55f9bbd47c
It appears that the 0.21.17
versions are from an un-merged branch and are possibly testing versions?
Yes, that was a mistake on our end. Please ignore these versions and use only 0.21.0-alpha-*
versions.
Also next stable will be 0.21.0 and after 0.22.0: meaning that there won't be any 0.21.17 stable version.
next stable will be 0.21.0
That will sort lower than 0.21.17. If you want to be sure these bad versions wont cause any problems for tools like Renovate, you might have to skip 0.21.0 stable entirely and go straight to 0.22.0. Or release as 0.21.18 which seems more confusing.
0.21.17+
versions no longer allow Android Studio Sync Profiling with Android Studio Iguana on Mac (M1) with Ventura. The last working release was0.21.0-alpha-4
that supported Android Studio Sync benchmarking. Confirmed (via local testing between versions ofgradle-profiler
).All versions tried are from the binary
.zip
files hosted here: https://repo1.maven.org/maven2/org/gradle/profiler/gradle-profiler/Crash:
To replicate, use:
android-studio.scenarios
NOTE: The
0.21.0-alpha-4
has also been confirmed to work with theAndroid Studio Jellyfish | 2023.3.1 Canary 13
, but not with0.21.17*
versions.