We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be nice if the java version was configurable. Wiremock Spring Boot needs 17, as Spring Boot 3 is now 17.
I don't mind making it configurable. I just like to know I'm not wasting time on a pattern that you don't like.
I would suggest continuing with how Shadow is now configurable and add more properties. Like I've don in my personal conventions.
I was able to set the java version using the legacy syntax like this: https://github.com/wiremock/wiremock-spring-boot/blob/dd1186e495451aac468556fe37963d3f973ea323/build.gradle#L16
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposal
Would be nice if the java version was configurable. Wiremock Spring Boot needs 17, as Spring Boot 3 is now 17.
I don't mind making it configurable. I just like to know I'm not wasting time on a pattern that you don't like.
I would suggest continuing with how Shadow is now configurable and add more properties. Like I've don in my personal conventions.
References
I was able to set the java version using the legacy syntax like this:
https://github.com/wiremock/wiremock-spring-boot/blob/dd1186e495451aac468556fe37963d3f973ea323/build.gradle#L16
The text was updated successfully, but these errors were encountered: