Skip to content

Commit 853bbb0

Browse files
committed
basic_123 Hello Multi-Project
1 parent 6b54ef1 commit 853bbb0

21 files changed

Lines changed: 414 additions & 214 deletions

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
- run: ./gradlew app:installDist
5050

5151
# run application on OS System
52-
- run: ./app/build/install/app/bin/basic_115
52+
- run: ./codename/app/build/install/app/bin/basic_123
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
name: Release--basic_115
1+
name: Release--basic_123
22

33
on:
44
push:
5-
# branches:
6-
branches-ignore:
7-
- basic_115
5+
branches:
6+
# branches-ignore:
7+
- basic_123
88

99
jobs:
1010
build:
11-
name: Create--Release--"basic_115"
11+
name: Create--Release--"basic_123"
1212
runs-on: ubuntu-latest
1313

1414
steps:
1515
- name: Checkout--Code
1616
uses: actions/checkout@v2
17-
- name: Create--Release--for--Branch--"basic_115"
17+
- name: Create--Release--for--Branch--"basic_123"
1818
id: create_release
1919
uses: actions/create-release@v1
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
2222
with:
23-
tag_name: v0.115.1
24-
release_name: Project--"basic_115"--for--The--Release
23+
tag_name: v0.123.1
24+
release_name: Project--"basic_123"--for--The--Release
2525
body: |
2626
### ABOUT
2727
- develop simple Java application with Gradle
2828
2929
### USAGE
3030
```bash
3131
# DO (download the zip file)
32-
wget https://github.com/cnruby/gradle_java/archive/v0.115.1.zip -O gradle_java-0.115.1.zip
32+
wget https://github.com/cnruby/gradle_java/archive/v0.123.1.zip -O gradle_java-0.123.1.zip
3333
3434
# DO (unzip the file)
35-
unzip gradle_java-0.115.1.zip && cd gradle_java-0.115.1
35+
unzip gradle_java-0.123.1.zip && cd gradle_java-0.123.1
3636
3737
3838
# 1. Usage for the project
@@ -47,10 +47,10 @@ jobs:
4747
./gradlew app:installDist
4848
4949
# DO (run application for the subproject `app` for Ubuntu OS)
50-
./app/build/install/app/bin/basic_115
50+
./codename/app/build/install/app/bin/basic_123
5151
52-
# DO (run application for the subproject `app` for Winsows OS)
53-
./app/build/install/app/bin/basic_115.bat
52+
# DO (run application for the subproject `app` for Windows OS)
53+
./codename/app/build/install/app/bin/basic_123.bat
5454
```
5555
draft: false
5656
prerelease: false

0 commit comments

Comments
 (0)