Skip to content

Commit d5be2fa

Browse files
committed
update build process
1 parent 11226eb commit d5be2fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ if (project.hasProperty("regulaforensicsMavenUser")) {
4646
repositories {
4747
maven {
4848

49-
val releasesRepoUrl = uri("sftp://maven.regulaforensics.com:22/RegulaDocumentReaderWebClient")
50-
val betaRepoUrl = uri("sftp://maven.regulaforensics.com:22/RegulaDocumentReaderWebClient/Beta")
49+
val releasesRepoUrl = uri("ftp://maven.regulaforensics.com:21/RegulaDocumentReaderWebClient")
50+
val betaRepoUrl = uri("ftp://maven.regulaforensics.com:21/RegulaDocumentReaderWebClient/Beta")
5151

5252
name = "regulaforensics"
5353
url = if (version.toString().contains("beta")) betaRepoUrl else releasesRepoUrl

0 commit comments

Comments
 (0)