-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44581b5
commit 6ea4305
Showing
1 changed file
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|