File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Release--basic_116
22
33on :
44 push :
5- # branches:
6- branches-ignore :
5+ branches :
6+ # branches-ignore:
77 - basic_116
88
99jobs :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ basic_116 Hello Gradle Properties!
2727
2828- [ Keywords] ( #keywords )
2929- [ Prerequisites] ( #prerequisites )
30+ - [ Create a Gradle Project from GitHub.com] ( #create-a-gradle-project-from-githubcom )
3031- [ Method 1: From command line] ( #method-1-from-command-line )
3132 - [ add a gradle task ` propertiesCommand ` ] ( #add-a-gradle-task-propertiescommand )
3233 - [ Use the properties from command line] ( #use-the-properties-from-command-line )
@@ -69,6 +70,22 @@ basic_116 Hello Gradle Properties!
6970
7071
7172
73+ ## Create a Gradle Project from GitHub.com
74+
75+ ``` bash
76+ # DO (open a new terminal)
77+ NEW_APP_ID=116 \
78+ && git clone https://github.com/cnruby/gradle_java.git ${NEW_APP_ID} _gradle_java \
79+ && cd ${NEW_APP_ID} _gradle_java
80+ ```
81+
82+ ``` bash
83+ # DO (check the project)
84+ ./gradlew check
85+ ```
86+
87+
88+
7289## Method 1: From command line
7390- If develop a project, then change real username and password value etc. for the follow commands
7491
You can’t perform that action at this time.
0 commit comments