79787150

Date: 2025-10-10 08:54:26
Score: 0.5
Natty:
Report link

I don't know Grape, but you probably need to add the groovy plugin in your dependencies in order to compile the Spock tests.

Gradle example:

plugins {
    id 'java'
    id 'groovy'
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: august0490