0

Grails 3.3.0 does not work with gradle 4.x is that right?

I have problems running intergation test (dependency injection does not work) when running them with gradle via integrationTest or build task.

BTW: Why isn't there a grails-3.0 tag?

cfrick
  • 35,203
  • 6
  • 56
  • 68
Peter
  • 4,752
  • 2
  • 20
  • 32

1 Answers1

1

Grails 3.3.0 does not work with gradle 4.x is that right?

It really depends on what you are doing, but there have been issues identified. https://github.com/grails/grails-core/issues/10713

Jeff Scott Brown
  • 26,804
  • 2
  • 30
  • 47