We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43edb62 commit 2fc14a0Copy full SHA for 2fc14a0
README.md
@@ -2,6 +2,21 @@
2
3
## Welcome to the Java Application Training Plugin Example, using only ```github CLI``` gh tool, and ```gradle CLI``` :
4
5
+### Steps to install both ```gradle CLI``` & ```github CLI``` :
6
+
7
+>gradle build tool
8
9
+1-Type ```sdk install gradle 6.8.3``` if you are on ```UNIX``` based system
10
+<br>
11
+2-Type ``` gradle -v``` command to check the version
12
13
14
+>github CLI (gh tool)
15
16
+1-Type ```snap install gh``` if you have snap-store
17
+2-Type ```gh -v``` to check it
18
19
20
### Steps to the workflow :
21
22
>#### Creating the Java App Using Gradle :
0 commit comments