We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9bc94 commit e31f326Copy full SHA for e31f326
README.md
@@ -53,8 +53,8 @@ In `build.gradle` add the following dependencies to install the plugin:
53
```groovy
54
dependencies {
55
//...
56
+ implementation 'io.github.gpc:grails-postgresql-extensions:<version>'
57
implementation 'org.apache.grails:grails-data-hibernate5'
- implementation 'org.grails.plugins:grails-postgresql-extensions:<version>'
58
59
}
60
```
plugin/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
5
6
version = projectVersion
7
-group = 'org.grails.plugins'
+group = 'io.github.gpc'
8
9
grailsPublish {
10
artifactId = 'grails-postgresql-extensions'
0 commit comments