Tom Tresansky

Results 200 comments of Tom Tresansky

We are using the alternate, empty task solution. This ticket is a reminder for Gradle 9.0 that we'll need to followup and purge that task. Once a newer release of...

I think the Service is fine. The 2 latest commits I added are trying to use a detached configuration to run the performance tests on it. Even if they pass,...

> This comment here seems related: [https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/java/org/gradle/api/plugins/jvm/internal/DefaultJvmTestSuite.java#L152-L155](https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/java/org/gradle/api/plugins/jvm/internal/DefaultJvmTestSuite.java?rgh-link-date=2022-09-06T19%3A28%3A43Z#L152-L155) Nice catch. Yes, I'll remove that map for a (very minor) optimization.

I think I’ve now covered all the cases where you could cause issues by changing the test framework after setting options. This ended up being a little more complex than...