Open sdelamo opened 4 years ago
Test CreateGoogleCloudFunctionSpec fails for combination:
without io.micronaut.servlet:micronaut-servlet-core at testImplementation scope.
io.micronaut.servlet:micronaut-servlet-core
testImplementation
We seemed to have experience the same issue in the azure module:
https://github.com/micronaut-projects/micronaut-azure/pull/29
This is really a bug in the Groovy compiler, there is no reason why this should fail to compile. However what can we do 🤷♂️
Can this be closed?
Test CreateGoogleCloudFunctionSpec fails for combination:
without
io.micronaut.servlet:micronaut-servlet-core
attestImplementation
scope.We seemed to have experience the same issue in the azure module:
https://github.com/micronaut-projects/micronaut-azure/pull/29