We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f94691 commit 76a5dfeCopy full SHA for 76a5dfe
README.md
@@ -56,11 +56,18 @@ make jar
56
57
### Upgrading version
58
59
-- file `gradle.properties`
60
-
61
-```sh
62
-ng.name=alpha4j
63
-ng.version=v1.0.0
+- file `gradle.yml`
+
+```yaml
+ng:
+ 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: ""
71
```
72
73
## Integration
0 commit comments