Skip to content

Commit c593ff0

Browse files
Apply suggestions from code review
Co-authored-by: Karl Erickson <[email protected]>
1 parent 55d3ea1 commit c593ff0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-apps/troubleshoot-build-exit-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ The following list describes some common exit codes:
3939

4040
Set `BP_MAVEN_POM_FILE` to specify the location of the project's *pom.xml* file.
4141

42-
- There's something wrong with your application; for example, your *jar* file doesn't have a */META-INF/MANIFEST.MF* file that contains a *Main-Class* entry.
42+
- There's something wrong with your application; for example, your *.jar* file doesn't have a */META-INF/MANIFEST.MF* file that contains a `Main-Class` entry.
4343

4444
- **51** - Buildpack build error.
4545

4646
Consider the following possible causes of an exit code of *51*:
4747

48-
- If Azure Spring Apps displays the error message *Build failed in stage build with reason OOMKilled* in the Azure CLI console, the build failed due to insufficient memory.
48+
- If Azure Spring Apps displays the error message `Build failed in stage build with reason OOMKilled` in the Azure CLI console, the build failed due to insufficient memory.
4949

5050
Use the following command to increase memory using the `build-memory` environment variable:
5151

@@ -67,7 +67,7 @@ The following list describes some common exit codes:
6767
6868
Consider the following possible cause of an exit code of *62*:
6969
70-
- If Azure Spring Apps displays the error message *Failed to write image to the following tags* in the build log, the build failed because of a network issue.
70+
- If Azure Spring Apps displays the error message `Failed to write image to the following tags` in the build log, the build failed because of a network issue.
7171
7272
Retry to fix the issue.
7373

0 commit comments

Comments
 (0)