Skip to content

Commit

Permalink
fix developers section
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Feb 13, 2025
1 parent 8257424 commit 98b4500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ publishing {
connection = "scm:git:[email protected]/${githubSlug}.git"
developerConnection = "scm:git:[email protected]:${githubSlug}.git"
}
if (project.ext.hasProperty('developers')) {
if (project.ext.developers) {
developers {
project.ext.developers.each { dev ->
developer {
Expand Down

0 comments on commit 98b4500

Please sign in to comment.