We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383dc47 commit 445d9f9Copy full SHA for 445d9f9
version-diff/README.md
@@ -13,6 +13,6 @@ Execute this command in a sample directory:
13
* `1.6.8` and `2.2.2` are the versions of the Maven artifact to compare.
14
* By default, the repository URL is https://repo.maven.apache.org/maven2/io/ktor.
15
If you want to use a repository other than the default, provide it explicitly as the third argument:
16
- ```bash
+```bash
17
./gradlew run --args="2.3.13 3.0.0 https://oss.sonatype.org/content/repositories/releases/io/ktor"
18
```
0 commit comments