Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 427276b

Browse files
committed
Add real authors
1 parent 21c8da9 commit 427276b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

grails-gsp-spring-boot/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@ grailsPublish {
2727
}
2828
title = 'GSP Spring Boot Plugin'
2929
desc = 'Provides GSP for Spring Boot Applications'
30-
developers = [codeconsole: 'Scott Murphy Heiberg']
30+
developers = [
31+
graemerocher: 'Graeme Rocher',
32+
lhotari: 'Lari Hotari',
33+
codeconsole: 'Scott Murphy Heiberg'
34+
]
3135
}

0 commit comments

Comments
 (0)