Skip to content

Commit

Permalink
KE-11534 Debug auto package for Calcite 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
gleonSun committed Mar 11, 2024
1 parent 2f46175 commit 832e969
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ plugins {
// define repo url
val snapshotsRepoUrl = uri("https://repo-ofs.kyligence.com/repository/maven-snapshots/")
val releasesRepoUrl = uri("https://repo-ofs.kyligence.com/repository/maven-releases/")
val asfTestNexusUsername: String by properties
val asfTestNexusPassword: String by properties

allprojects {
repositories {
Expand Down Expand Up @@ -919,8 +921,8 @@ allprojects {
maven {
url = finalUrl
credentials {
username = "guoliang.sun"
password = "19960301Sgl"
username = asfTestNexusUsername
password = asfTestNexusPassword
}
}
}
Expand Down

0 comments on commit 832e969

Please sign in to comment.