Skip to content
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

[firebase_crashlytics]: Java 1.8 is obsolete #16977

Open
1 task done
500InternalErr opened this issue Jan 16, 2025 · 2 comments
Open
1 task done

[firebase_crashlytics]: Java 1.8 is obsolete #16977

500InternalErr opened this issue Jan 16, 2025 · 2 comments
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. platform: android Issues / PRs which are specifically for Android. plugin: crashlytics Stale Issue with no recent activity type: bug Something isn't working

Comments

@500InternalErr
Copy link

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Crashlytics

Which platforms are affected?

Android

Description

[ +1 ms] :firebase_crashlytics:javaPreCompileRelease (Thread[#797,included builds,5,main]) started.
[ +1 ms] warning: [options] source value 8 is obsolete and will be removed in a future release
[ ] warning: [options] target value 8 is obsolete and will be removed in a future release
[ ] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

Reproducing the issue

add firebase_crashlytics on flutter 3.27.0 with android studio ladybug feature drop

Firebase Core version

3.10.0

Flutter Version

3.27.0

Relevant Log Output

[   +1 ms] :firebase_crashlytics:javaPreCompileRelease (Thread[#797,included builds,5,main]) started.
[   +1 ms] warning: [options] source value 8 is obsolete and will be removed in a future release
[        ] warning: [options] target value 8 is obsolete and will be removed in a future release
[        ] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

Flutter dependencies

No response

Additional context and comments

No response

@500InternalErr 500InternalErr added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Jan 16, 2025
@SelaseKay SelaseKay added plugin: crashlytics platform: android Issues / PRs which are specifically for Android. labels Jan 16, 2025
@russellwheatley
Copy link
Member

@500InternalErr - what JDK are you running to build you Flutter apps? It must be a later version. If you create a Flutter app with the latest Flutter SDK, it still has these compiler options:

    compileOptions {
        sourceCompatibility = JavaVersion.VERSION_1_8
        targetCompatibility = JavaVersion.VERSION_1_8
    }

We follow what Flutter app compiler compatibility options produce, and at this moment in time, it is still has these compiler options.

@russellwheatley russellwheatley added blocked: customer-response Waiting for customer response, e.g. more information was requested. and removed Needs Attention This issue needs maintainer attention. labels Jan 16, 2025
@google-oss-bot google-oss-bot added the Stale Issue with no recent activity label Jan 27, 2025
@google-oss-bot
Copy link

Hey @500InternalErr. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked: customer-response Waiting for customer response, e.g. more information was requested. platform: android Issues / PRs which are specifically for Android. plugin: crashlytics Stale Issue with no recent activity type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants