Skip to content

Commit d1bfb10

Browse files
authored
Update README.md
1 parent a3aa54b commit d1bfb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Steps to the workflow :
66
<ol>
7-
<li>Generate a Java Application Sourcesets & buildScripts using gradle CLI using <mark color:'yellow'>gradle init</mark> command in the project folder</li>
7+
<li>Generate a Java Application Sourcesets & buildScripts using gradle CLI using **gradle init** command in the project folder</li>
88
<li>Configure a manifest block inside the ```build.gradle``` to accept building ```jar``` files with the ```main.java``` class in mind</li>
99
<li>Compile & build files using ```build.gradle```</li>
1010
<li>Run the raw java main class using ```./gradlew run``` </li>

0 commit comments

Comments
 (0)