Skip to content

Commit

Permalink
fix: build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tknoelle committed Jun 7, 2024
1 parent 48f9798 commit 3b79633
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ publishing {
}
developers {
developer {
appendNode("id", "Liftric")
appendNode("name", "Liftric Team and Contributors")
appendNode("organization", "Liftric")
appendNode("organizationUrl", "https://www.liftric.com")
id.set("Liftric")
name.set("Liftric Team and Contributors")
organization.set("Liftric")
organizationUrl.set("https://www.liftric.com")
}
}
scm {
Expand Down

0 comments on commit 3b79633

Please sign in to comment.