Skip to content

Commit

Permalink
build: Add developers section
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Feb 2, 2021
1 parent c43903d commit a9c7c26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ allprojects {
}
mitLicense()

configurePublications {
pom {
developers {
developer {
name.set("SpongePowered Team")
email.set("staff@spongepowered.org")
}
}
}
}

if (spongeReleaseRepo != null && spongeSnapshotRepo != null) {
publishSnapshotsTo("sponge", spongeSnapshotRepo)
publishReleasesTo("sponge", spongeReleaseRepo)
Expand Down

0 comments on commit a9c7c26

Please sign in to comment.