Matthias Bünger
Matthias Bünger
Java 18 is now supported by Gradle 7.5 according to the matrix
Just found: #468 (Abort tests if URL is unreachable) which also goes into this direction
I like the wording with `@Silenced`. Maybe we can use that in a way.
@nipafx @beatngu13 @Michael1993 and me talked about this on a team meeting you could not attending, so discussion needed :)
@aepfli @beatngu13
I vote for @sormuras to implement that 👼
link to #617
@beatngu13 Is this still relevant, when upgrading to Java 11 (in #627)
@beatngu13 wasn't that also done with #651 ?
> Thinking this over, I realized that I couldn't draw a clear boundary between uses cases for conditions (i.e. disabling a test) and for assumptions (i.e. aborting it). [JUnit says](https://junit.org/junit5/docs/current/api/org.junit.jupiter.api/org/junit/jupiter/api/Assumptions.html):...