Building from source
git clone https://github.com/kccricket/clicksorted.git
cd clicksorted
./gradlew clean build
The output JAR will be at build/libs/clicksorted-<version>.jar.
Running the test suite
./gradlew clean test
License
ClickSorted retains the original GNU GPL v3 license from the original ClickSort plugin by Des Herriott. See LICENSE or the full licence text.