Skip to content

Commit

Permalink
Change publish location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Feb 11, 2024
1 parent c5ad99a commit 8fb135e
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,7 @@ indra {
}
apache2License()

if (
project.hasProperty("spongeSnapshotRepo") &&
project.hasProperty("spongeReleaseRepo")
) {
publishSnapshotsTo("sponge", project.spongeSnapshotRepo)
publishReleasesTo("sponge", project.spongeReleaseRepo)
}
publishSnapshotsTo("geysermc", "https://repo.opencollab.dev/maven-snapshots")

configurePublications {
artifactId = archiveName
Expand Down

0 comments on commit 8fb135e

Please sign in to comment.