Skip to content

Commit

Permalink
Clarify Java compatibility requirements (#7866)
Browse files Browse the repository at this point in the history
* Clarify Java compatibility requirements

* Tweaking wording

---------

Co-authored-by: joehan <[email protected]>
  • Loading branch information
mltsy and joehan authored Oct 25, 2024
1 parent 2248973 commit 71f2f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/emulator/commandUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,5 +582,5 @@ export async function checkJavaMajorVersion(): Promise<number> {

export const MIN_SUPPORTED_JAVA_MAJOR_VERSION = 11;
export const JAVA_DEPRECATION_WARNING =
"firebase-tools no longer supports Java version before 11. " +
"Please upgrade to Java version 11 or above to continue using the emulators.";
"firebase-tools no longer supports Java versions before 11. " +
"Please install a JDK at version 11 or above to get a compatible runtime.";

0 comments on commit 71f2f2e

Please sign in to comment.