Skip to content

Commit 76a5dfe

Browse files
committed
📚 docs: update README.md #3
1 parent 1f94691 commit 76a5dfe

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

Diff for: README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,18 @@ make jar
5656

5757
### Upgrading version
5858

59-
- file `gradle.properties`
60-
61-
```sh
62-
ng.name=alpha4j
63-
ng.version=v1.0.0
59+
- file `gradle.yml`
60+
61+
```yaml
62+
ng:
63+
name: alpha4j
64+
version: v1.0.0
65+
enabled_link: false # enable compression and attachment of the external libraries
66+
jars:
67+
- enabled: false # enable compression and attachment of the external libraries
68+
source: "" # lib Jar
69+
- enabled: false
70+
source: ""
6471
```
6572
6673
## Integration

0 commit comments

Comments
 (0)