Skip to content

Commit 0d35b29

Browse files
committed
basic_116 Hello Gradle Properties!
1 parent 3d75688 commit 0d35b29

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

.github/workflows/github_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release--basic_116
22

33
on:
44
push:
5-
# branches:
6-
branches-ignore:
5+
branches:
6+
# branches-ignore:
77
- basic_116
88

99
jobs:

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)