Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pfzhan committed Jul 18, 2024
1 parent be078e7 commit a3ab73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,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 snapshotsRepoUrl = uri("https://repository.kyligence.io/repository/maven-snapshots/")
val releasesRepoUrl = uri("https://repository.kyligence.io/repository/maven-releases/")
val asfTestNexusUsername: String by properties
val asfTestNexusPassword: String by properties

Expand Down

0 comments on commit a3ab73d

Please sign in to comment.