Skip to content

Commit

Permalink
removed test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Suqatri committed Jul 9, 2024
1 parent a8a390a commit 80dc8f0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions apis/base-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,4 @@ val publishToRepository by extra(true)
dependencies {
compileOnly(project(":utils"))
compileOnly(project(":logging"))
}

publishing {
repositories {
maven {
name = "redicloud"
url = URI("https://repo.redicloud.dev/snapshots/")
credentials(PasswordCredentials::class.java) {
username = findProperty("REDI_CLOUD_REPO_USERNAME") as String?
?: System.getenv("REDI_CLOUD_REPO_USERNAME")
password = findProperty("REDI_CLOUD_REPO_PASSWORD") as String?
?: System.getenv("REDI_CLOUD_REPO_PASSWORD")
}
authentication {
create<BasicAuthentication>("basic")
}
}
}
}

0 comments on commit 80dc8f0

Please sign in to comment.