Closed clstokes closed 12 years ago
It seems the jets3t dependency is unnecessary and can cause conflicts (as it has for me).
For cdn-resources users, until this is resolved, you can exclude the jets3t dependency in your BuildConfig.groovy with this:
plugins { runtime(':cdn-resources:0.2') { excludes 'jets3t' } }
Removed this dependency. Released version 0.2.1 of plugin
It seems the jets3t dependency is unnecessary and can cause conflicts (as it has for me).
For cdn-resources users, until this is resolved, you can exclude the jets3t dependency in your BuildConfig.groovy with this: