Skip to content

Commit aaf0779

Browse files
Fix developers section to be in line with Sonatype spec
1 parent fb78b7b commit aaf0779

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

project.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,36 @@ publishing {
7474
id = 'Piotr-Dytkowski'
7575
name = 'Piotr Dytkowski'
7676
email = 'piotr.dytkowski@gravity9.com'
77+
organization = 'gravity9'
78+
organizationUrl = 'https://www.gravity9.com/'
7779
}
7880
developer {
7981
id = 'Bartlomiej-Styczynski'
8082
name = 'Bartlomiej Styczynski'
8183
email = 'bartlomiej.styczynski@gravity9.com'
84+
organization = 'gravity9'
85+
organizationUrl = 'https://www.gravity9.com/'
8286
}
8387
developer {
8488
id = 'Piotr-Bugara'
8589
name = 'Piotr Bugara'
8690
email = 'piotr.bugara@gravity9.com'
91+
organization = 'gravity9'
92+
organizationUrl = 'https://www.gravity9.com/'
8793
}
8894
developer {
8995
id = 'Garry-Newball'
9096
name = 'Garry Newball'
9197
email = 'garry.newball@gravity9.com'
98+
organization = 'gravity9'
99+
organizationUrl = 'https://www.gravity9.com/'
92100
}
93101
developer {
94102
id = 'Mateusz-Zaremba'
95103
name = 'Mateusz Zaremba'
96104
email = 'mateusz.zaremba@gravity9.com'
105+
organization = 'gravity9'
106+
organizationUrl = 'https://www.gravity9.com/'
97107
}
98108
}
99109
scm {

0 commit comments

Comments
 (0)