[ci skip] Update publishing profile

This commit is contained in:
Alexander Brandes 2023-10-04 13:46:24 +02:00
parent aaa00ea71e
commit b9517a5cfb
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
1 changed files with 3 additions and 0 deletions

View File

@ -87,16 +87,19 @@ fun Project.applyPlatformAndCoreConfiguration() {
name.set("Alexander Brandes")
email.set("contact(at)notmyfault.dev")
organization.set("IntellectualSites")
organizationUrl.set("https://github.com/IntellectualSites")
}
developer {
id.set("SirYwell")
name.set("Hannes Greule")
organization.set("IntellectualSites")
organizationUrl.set("https://github.com/IntellectualSites")
}
developer {
id.set("dordsor21")
name.set("dordsor21")
organization.set("IntellectualSites")
organizationUrl.set("https://github.com/IntellectualSites")
}
}