Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fix: use updated repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmayr committed Jun 30, 2024
1 parent 3ba53b3 commit 7fe8446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,14 @@ tasks {

repositories.sonatype {
nexusUrl.set(uri("https://repo.cafestu.be"))
snapshotRepositoryUrl.set(uri("https://repo.cafestu.be/repository/maven-public/"))
snapshotRepositoryUrl.set(uri("https://repo.cafestu.be/maven-public/"))

if (System.getenv("SONATYPE_USERNAME") != null) {
username.set(System.getenv("SONATYPE_USERNAME"))
password.set(System.getenv("SONATYPE_PASSWORD"))
}
}
}

publishing.publications.create<MavenPublication>("maven") {
groupId = "eu.cafestube.cafestom"
// todo: decide on publishing scheme
Expand Down

0 comments on commit 7fe8446

Please sign in to comment.