-
-
Notifications
You must be signed in to change notification settings - Fork 263
Warning about obsolete java version (8) #334
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingeffort: smallSmall effort (< 1 day)Small effort (< 1 day)platform: androidAndroid specificAndroid specificpriority: mediumMedium priority — bugs affecting usabilityMedium priority — bugs affecting usability
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingeffort: smallSmall effort (< 1 day)Small effort (< 1 day)platform: androidAndroid specificAndroid specificpriority: mediumMedium priority — bugs affecting usabilityMedium priority — bugs affecting usability
Hi and thanks for a great library!
When I build my flutter project for android I'm getting warnings:
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
I'm using flutter 3.41.1 and android gradle plugin 8.11.1. According to this thread it seems the error comes from using java 8 for source and target compatibility.
So Please upgrade java version to 17 in flutter package so that warnings disappear.
Thanks