micronaut-guides / micronaut-http-client

7 stars 7 forks source link

It can not run groovy tests using 1.1.0 cli create-app #4

Closed stevez closed 4 years ago

stevez commented 5 years ago

There are a couple things need to fix:

  1. build.gradle enabled the junit 5 unit tests, we need to allow both junit5 and spock;
  2. the gradle complained the groovy dependencies are missing
ilopmar commented 4 years ago

I've updated the guide and fixed this.