A diff tool for maven artifacts written using the Ktor client.
Execute this command in a sample directory:
./gradlew run --args="1.6.8 2.2.2"
1.6.8
and2.2.2
are the versions of the Maven artifact to compare.- By default, the repository URL is https://repo.maven.apache.org/maven2/io/ktor. If you want to use a repository other than the default, provide it explicitly as the third argument:
./gradlew run --args="2.3.13 3.0.0 https://oss.sonatype.org/content/repositories/releases/io/ktor"