Skip to content

Commit

Permalink
Merge pull request #710 from hexagontk/develop
Browse files Browse the repository at this point in the history
Change publish email
  • Loading branch information
jaguililla committed Jun 22, 2024
2 parents 3c1c30e + 744b8e4 commit 12f54aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ publishing {
developer {
id = "jaguililla"
name = "Juanjo Aguililla"
email = "jaguililla@hexagonkt.com"
email = "jaguililla@hexagontk.com"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion starters/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fun PublicationContainer.createPomPublication(
developer {
id.set("hexagonkt")
name.set("Hexagon Toolkit")
email.set("project@hexagonkt.com")
email.set("project@hexagontk.com")
}
}

Expand Down

0 comments on commit 12f54aa

Please sign in to comment.