Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1013,14 +1013,13 @@ Note: in order to see the output of the commands, set the [logging level](#loggi

**Configuration**

| Option | Description |
| ------------------- | --------------------------------------------------------------------- |
| `gradleCliPath` | Path to the Gradle CLI. It must be executable by the calling process. |
| `mavenCliPath` | Path to the Maven CLI. It must be executable by the calling process. |
| `mavenSettingsPath` | Path to the Maven `settings.xml` file. |
| `mavenRepoId` | ID of the Maven server in the `settings.xml`. |
| `mavenRepoUrl` | URL of the Maven repository. |
| `android` | Android configuration, see below. |
| Option | Description |
| ------------------- | -------------------------------------------------------------------- |
| `mavenCliPath` | Path to the Maven CLI. It must be executable by the calling process. |
| `mavenSettingsPath` | Path to the Maven `settings.xml` file. |
| `mavenRepoId` | ID of the Maven server in the `settings.xml`. |
| `mavenRepoUrl` | URL of the Maven repository. |
| `android` | Android configuration, see below. |

If your project isn't related to Android, you don't need this configuration and
can set the option to `false`. If not, set the following nested elements:
Expand All @@ -1034,7 +1033,6 @@ can set the option to `false`. If not, set the following nested elements:
```yaml
targets:
- name: maven
gradleCliPath: ./gradlew
mavenCliPath: scripts/mvnw.cmd
mavenSettingsPath: scripts/settings.xml
mavenRepoId: ossrh
Expand All @@ -1047,7 +1045,6 @@ targets:
```yaml
targets:
- name: maven
gradleCliPath: ./gradlew
mavenCliPath: scripts/mvnw.cmd
mavenSettingsPath: scripts/settings.xml
mavenRepoId: ossrh
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"json-schema-to-typescript": "5.7.0",
"mkdirp": "0.5.1",
"mustache": "3.0.1",
"nock": "^13.2.4",
"node-fetch": "^2.6.1",
"nvar": "1.3.1",
"ora": "5.4.0",
Expand Down
Loading