Skip to content

Commit

Permalink
Merge pull request grails#232 from yamkazu/fix-gradle-sample
Browse files Browse the repository at this point in the history
Fix gradle setting sample of plugin which use ApplicationCommand
  • Loading branch information
graemerocher committed Feb 26, 2015
2 parents e13f18d + a59eb9b commit 3aa9aea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/en/guide/upgrading/upgradingPlugins.gdoc
Expand Up @@ -161,10 +161,10 @@ buildscript {
dependencies {
classpath "org.grails.plugins:myplugin:0.1-SNAPSHOT"
}
...
dependencies {
runtime "org.grails.plugins:myplugin:0.1-SNAPSHOT"
}
}
...
dependencies {
runtime "org.grails.plugins:myplugin:0.1-SNAPSHOT"
}
{code}

Expand Down

0 comments on commit 3aa9aea

Please sign in to comment.