Skip to content

Commit

Permalink
Fix md syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shinji.kashihara committed Dec 4, 2023
1 parent ee824e7 commit df9d503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Specify the javac version and `-source` version ([Enabling Java preview features
|Gradle|(*a) `settings.json``java.import.gradle.java.home`<br>(*b) `build.gradle``java``sourceCompatibility`<br>([error: invalid source release](https://github.com/microsoft/vscode-java-pack/issues/1270))|
|Maven|(*a) `settings.json``maven.terminal.customEnv``"JAVA_HOME"`<br>(*b) `pom.xml``properties``maven.compiler.source/target`<br> or `java.version` for Spring Boot|

(*a) **javac version**: The `settings.json` [can be configured by workspace (project)]((https://code.visualstudio.com/docs/getstarted/settings)).<br>
(*a) **javac version**: The `settings.json` [can be configured by workspace (project)](https://code.visualstudio.com/docs/getstarted/settings).<br>
(*b) **javac `-source`**: If the above javac version is different, runtime errors may occur.

<br>
Expand Down

0 comments on commit df9d503

Please sign in to comment.