Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
add warning about grails 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sheehan committed Sep 15, 2015
1 parent a0315db commit f3c4881
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ grails.project.dependency.resolution = {

### Grails 3

**Note:** If using Grails 3.0.4, you need to update the asset-pipeline dependency in build.gradle to 3.0.6 or greater. 3.0.5 is used by default and has a bug that prevents the console page from rendering.

Add a dependency in build.gradle

```groovy
Expand Down

0 comments on commit f3c4881

Please sign in to comment.