You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@groovy.apache.org by Artem Vilkov <zo...@gmail.com> on 2017/03/02 18:29:55 UTC

hibernate-validator 6.0.0.Alpha1 with groovy 2.4.9 compile issue

With simple annotation
class Address {

   @NotEmpty
   String address
}
TASK compileGroovy FAILED

BUG! exception in phase 'class generation' in source unit ‘../Address.groovy' unsupported Target TYPE_USE