gradle
Running Spock with unsupported Groovy version (Gradle + Maven)
· ☕ 11 min read
Stuck with the 'The Spock compiler plugin cannot execute because Spock 1.3-groovy-2.5 (3.0) is not compatible with Groovy 3.0 (4.0)' error message? Find out what can be done about that (using Gradle and Maven).

Migrating Spock 1.3 tests to Spock 2.0
· ☕ 8 min read
Get know what you can expect from Spock 2.0 M2 (based on JUnit 5), how to migrate to it in Gradle and Maven, and why it is important to report spotted problems :).