Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ The existence of Pi4Micronaut is justified by the need for a robust, scalable, a

- **Source Code:** <https://github.com/oss-slu/Pi4Micronaut/>
- **Client** Jeff Brown - Unity Foundation
- **Current Tech Lead:** [Yenkatarajalaxmimanohar Meda](https://github.com/yrlmanoharreddy)
- **Current Tech Lead:** [Leandru Martin](https://github.com/leandrumartin)
- **Developers:**
- [Thomas Macas](https://github.com/tmacas) (capstone)
- [Leandru Martin](https://github.com/leandrumartin) (capstone)
- [Seyun Jeong](https://github.com/Ed0827) (capstone)
- [Yenkatarajalaxmimanohar Meda](https://github.com/yrlmanoharreddy) (prior tech lead, alumni)
- [Ava Enke](https://github.com/avaenk) (alumni)
- [Seyun Jeong](https://github.com/Ed0827) (alumni)
Comment thread
leandrumartin marked this conversation as resolved.
Comment thread
leandrumartin marked this conversation as resolved.
Comment thread
leandrumartin marked this conversation as resolved.
- [Ralph Tan](https://github.com/RalphTan37) (alumni)
- [Thomas Macas](https://github.com/tmacas) (alumni)
Comment thread
leandrumartin marked this conversation as resolved.
Comment thread
leandrumartin marked this conversation as resolved.
Comment thread
leandrumartin marked this conversation as resolved.
- [Leandru Martin](https://github.com/leandrumartin) (alumni)
Comment thread
leandrumartin marked this conversation as resolved.
Comment thread
leandrumartin marked this conversation as resolved.
Comment thread
leandrumartin marked this conversation as resolved.
- [Ruthvik Mannem](https://github.com/ruthvikm) (prior tech lead, alumni)
- [Adrian Swindle](https://github.com/SwindleA) (alumni)
- [Alex Delgado](https://github.com/adelgadoj3) (alumni)
Expand Down
32 changes: 28 additions & 4 deletions pi4micronaut-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,30 @@ publishing {
}

developers {
developer {
id = 'yrlmanoharreddy'
name = 'Yenkatarajalaxmimanohar'
}
developer {
id = 'avaenk'
name = 'Ava Enke'
}
developer {
id = 'Ed0827'
name = 'Seyun Jeong'
}
developer {
id = 'RalphTan37'
name = 'Ralph Tan'
}
developer {
id = 'tmacas'
name = 'Thomas Macas'
}
developer {
id = 'leandrumartin'
name = 'Leandru Martin'
}
developer {
id = 'ruthvikm'
name = 'Ruthvik Mannem'
Expand All @@ -157,19 +181,19 @@ publishing {
name = 'John Yanev'
}
developer{
id = 'MurrayG'
id = 'GreihMurray'
name = 'Greih Murray'
}
developer{
id = 'TraisonD'
id = 'traison-diedrich'
name = 'Traison Diedrich'
}
developer{
id = 'AustinH'
id = 'austinjhoward'
name = 'Austin Howard'
}
developer{
id = 'SinuoL'
id = 'liusinuo2000'
name = 'Sinuo Liu'
}

Expand Down
Loading