Skip to content

Commit

Permalink
Merge pull request #112 from treasure-data/nominate-developers
Browse files Browse the repository at this point in the history
Nominate past developers in the Git log
  • Loading branch information
dmikurube authored Nov 22, 2021
2 parents 999e107 + d99f5f0 commit d8f288b
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,28 +139,32 @@ publishing {

developers {
developer {
name = "Satoshi Akama"
email = "satoshiakama@gmail.com"
name = "Muga Nishizawa"
email = "muga.nishizawa@gmail.com"
}
developer {
name = "Tai Khuu"
email = "khuutantai@gmail.com"
name = "Sadayuki Furuhashi"
email = "frsyuki@gmail.com"
}
developer {
name = "Trung Huynh"
email = "httrung90@gmail.com"
name = "Satoshi Akama"
email = "satoshiakama@gmail.com"
}
developer {
name = "Dai MIKURUBE"
email = "[email protected]"
}
developer {
name = "Viet Nguyen"
email = "[email protected]"
name = "Trung Huynh"
email = "[email protected]"
}
developer {
name = "Tuan Bui"
email = "[email protected]"
}
developer {
name = "John Luong"
email = "jluong@treasure-data.com"
name = "Serhii Himadieiev"
email = "gimadeevsv@gmail.com"
}
}

Expand Down

0 comments on commit d8f288b

Please sign in to comment.