JAVAC : warning : [options] source value 8 is obsolete and will be removed in a future release

Eduardo Cardoso Fernandes Neto 20 Reputation points
2025-05-29T17:45:53.28+00:00

For some unknown reason, I began to receive the warning bellow after updating the .NET Version:

"JAVAC : warning : [options] source value 8 is obsolete and will be removed in a future release

JAVAC : warning : [options] target value 8 is obsolete and will be removed in a future release

JAVAC : warning : [options] To suppress warnings about obsolete options, use -Xlint:-options."

User's image I want to know ways to solve this warning. I'm open to opinions here.

Developer technologies | .NET | .NET MAUI
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,926 Reputation points Volunteer Moderator
    2025-05-30T03:07:28.2866667+00:00

    This typically a mismatch of the Java sdk and gradle builder plugins. You can downgrade the sdk, or ignore the warning until the plug-in is updated.

    note: keeping the build chain tools current is major issue with mobile apps. It only goes up with cross platform tools.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.