wiremock-testcontainers-java icon indicating copy to clipboard operation
wiremock-testcontainers-java copied to clipboard

Switch from Apache Maven to Gradle

Open oleg-nenashev opened this issue 2 years ago • 2 comments

Summary

As discussed before, we are interested in unifying the development around a single build tool, unless there is a strong need to use alternative ones. WireMock core and all the extensions use Gradle, so this repository needs an update.

References

No response

oleg-nenashev avatar Jul 24 '23 09:07 oleg-nenashev

Hi, I would love to contribute and migrate it to Gradle, but I have some questions:

Do we want to follow what WireMock core has in its build? For example:

  1. it uses spotless, jacoco and other plugins. Do we want to adopt those plugins?
  2. it has tasks to automatically bump the version (major, minor, and patch). Do we want to have the same thing?

Best regards,

Wilson

wilsonrf avatar Mar 15 '24 11:03 wilsonrf

I Have prepared changes that might be a good starter for migration to Gradle https://github.com/wiremock/wiremock-testcontainers-java/pull/183

bitxon avatar Apr 05 '25 20:04 bitxon