grails-plugins/cache-headers

Unit Testing: CacheHeadersService autowire errors

dano-giftbit opened this issue · 0 comments

Grails: 3.3.10

We're upgrading an app and added the 2.0.1 version of the plugin.

It works, but we're unable to run unit-tests due to a CacheHeadersService @autowire issue that I can't figure out how to solve.

Attempting to use 2.0.2 resulted in the following

Could not resolve org.grails.plugins:cache-headers:2.0.2.
     Required by:
         project :kiind-webapp
      > No cached version of org.grails.plugins:cache-headers:2.0.2 available for offline mode.

Any help would be greatly appreciated!