-
-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $ #3405
Comments
@nirav-tukadiya this looks odd! Could you try a fresh build, ensuring no packages/caches are corrupt? Something like this should be able to achieve this: ./gradlew --refresh-dependencies --no-daemon --no-build-cache --rerun-tasks assembleRelease |
@markushi Fresh run with below command works. What do you think could have corrupted the cache? FYI, This was only happening for 7.3.0 and we have migrated to 7.4.0 but would like to understand in detail so that we could fix the root cause and migrating latest version may not be feasible all the time and also, caching tasks is important is we build 4 different flavors and would like to save time on build. |
the root cause is that we don't publish the |
thanks for clarification. @romtsn |
Closing this in favor of #2233 |
Integration
sentry-android
Build System
Gradle
AGP Version
8.2.2
Proguard
Enabled
Version
7.3.0
Steps to Reproduce
run assembleRelease
Expected Result
It should fetch the sentry SDK version and continue building the project
Actual Result
Error:
Could not resolve io.sentry:sentry-android-navigation:7.3.0.
> Could not parse module metadata **/io/sentry/sentry-android-navigation/7.3.0/sentry-android-navigation-7.3.0.module
> Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
The text was updated successfully, but these errors were encountered: