diff --git a/build.gradle.kts b/build.gradle.kts index 3c16536..c71a6d0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -139,9 +139,10 @@ publishing { } developers { developer { - id.set("gaebel") - name.set("Jan Gaebel") - email.set("gaebel@liftric.com") + appendNode("id", "Liftric") + appendNode("name", "Liftric Team and Contributors") + appendNode("organization", "Liftric") + appendNode("organizationUrl", "https://www.liftric.com") } } scm {