Build and start the container:
./gradlew clean build -x testdocker run -it --rm \
-p 8080:8080 \
--name wiremock \
-v $PWD/build/libs:/var/wiremock/extensions \
-v $PWD/src/test/resources/remoteloader:/home/wiremock \
wiremock/wiremock:3x \
--global-response-templatingTo release the module, go to GitHub Releases and issue the release using the changelog draft. The new release will trigger the Release GitHub Action which will deploy the artifacts to Maven Central.