Skip to content

Commit

Permalink
Change developer roles and emails
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 28, 2023
1 parent 44581b5 commit 6ea4305
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions gradle/publish-maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,41 @@ publishing {
developerConnection = linkScmDevConnection
}
developers {
developer {
id = 'artembilan'
name = 'Artem Bilan'
email = '[email protected]'
roles = ['project lead']
}
developer {
id = 'garyrussell'
name = 'Gary Russell'
email = '[email protected]'
roles = ['project lead']
email = '[email protected]'
roles = ['project lead emeritus']
}
developer {
id = 'artembilan'
name = 'Artem Bilan'
email = '[email protected]'
id = 'sobychacko'
name = 'Soby Chacko'
email = '[email protected]'
roles = ['contributor']
}
developer {
id = 'davesyer'
id = 'dsyer'
name = 'Dave Syer'
email = '[email protected]'
email = '[email protected]'
roles = ['project founder']
}
developer {
id = 'markfisher'
name = 'Mark Fisher'
email = '[email protected]'
email = '[email protected]'
roles = ['project founder']
}
developer {
id = 'markpollack'
name = 'Mark Pollack'
email = '[email protected]'
email = '[email protected]'
roles = ['project founder']
}
}
issueManagement {
Expand Down

0 comments on commit 6ea4305

Please sign in to comment.