Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 712 Bytes

DEVELOPMENT.md

File metadata and controls

26 lines (20 loc) · 712 Bytes

Extension development notes

Testing docker

Build and start the container:

./gradlew clean build -x test
docker 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-templating

Releasing

To 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.