We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9198cb6 commit 6a97588Copy full SHA for 6a97588
README.md
@@ -20,7 +20,8 @@ Add the plugin dependency to the project:
20
21
dependencies {
22
//...
23
- implementation "io.github.matrei:grails-inertia-plugin:1.0.0"
+ // Replace $inertiaPluginVersion with a suitable release version for your project, or define it in ~/myapp/gradle.properties
24
+ implementation "io.github.matrei:grails-inertia-plugin:$inertiaPluginVersion"
25
26
}
27
```
0 commit comments