groovydev / twitter-bootstrap-grails-plugin

Grails plugin for Twitter Bootstrap CSS framework resources
173 stars 92 forks source link

Fails to install Grails v2 #11

Closed SamD closed 12 years ago

SamD commented 12 years ago

The compile dependency on the resource plugin breaks installation with Grails 2 since it comes bundled by default.

| Warning 
            Plugin declares a runtime dependency on plugin [resources: 1.0 > *] but does not define the plugin within its transitive metadata. Contact the plugin author to fix this problem or declare the plugin yourself inside BuildConfig.groovy. Example:
            ...
            plugins {
               compile ":resources:1.0 > *"
            }

This should be a simple fix, can we get a v2 version?

groovydev commented 12 years ago

I've added dependency on resource plugin. It'd work with grails v1.3.7. Check out new plugin version 1.4.0.13