Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Sep 17, 2024
1 parent 835d785 commit 5f1d7c7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@ You can see a working example by running this plugin:

Modify `build.gradle` to use the plugin
```groovy
configurations {
all {
// ... existing configurations
exclude group:'org.grails.plugins', module:'sitemesh2'
exclude group:'org.grails', module:'grails-web-sitemesh'
}
repositories {
// ...
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
implementation("org.sitemesh:grails-plugin-sitemesh3:6.2.0")
implementation("org.sitemesh:grails-plugin-sitemesh3:7.0.0-SNAPSHOT")
// ... existing dependencies
}
```
Expand Down

0 comments on commit 5f1d7c7

Please sign in to comment.