We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597bbbe commit fc3f243Copy full SHA for fc3f243
1 file changed
plugin/build.gradle
@@ -35,5 +35,8 @@ extensions.configure(GrailsPublishExtension) {
35
it.name = 'Grails Plugins'
36
it.url = 'https://github.com/grails-plugins'
37
}
38
- it.developers = [jdaugherty: 'James Daugherty']
+ it.developers = [
39
+ jdaugherty: 'James Daugherty',
40
+ matrei: 'Mattias Reichel',
41
+ ]
42
0 commit comments