Martin Kvapil
Martin Kvapil
> Forcefully setting upToDateWhen to false (even if Non-deterministic shouldn't be cached) prevents users from overriding the behaviour with their own up-to-date check. @lukaseder The problem is that outputs.upToDateWhen() is...
I experienced another issue with the TestRestTemplate and Spring Boot 3.0.1. By default it does not allow to use HTTP PATCH method in requests ad throws **java.net.ProtocolException: Invalid HTTP method:...
@microsoft-github-policy-service agree
@lukaseder Correct solution that is in line with Gradle's philosophy and recommendations how to write plugins is to create two plugins. One base plugin that contains all the logic, but...
> @martinqcz Please point to said philosophy and recommendations. It written [here](https://docs.gradle.org/current/userguide/implementing_gradle_plugins_binary.html#capabilities-vs-conventions) and `java-base` and `java` plugins are perfect example of this approach. > That sounds like most people are...