Skip to content

Commit 99b0591

Browse files
mskvorcovsDzmitrySmaliakou
authored andcommitted
Update build.gradle.kts
-fixed nightly repo url
1 parent 182a9d1 commit 99b0591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if (project.hasProperty("regulaforensicsMavenUser")) {
5454
val releasesRepoUrl = uri("sftp://maven-master.regulaforensics.com:22/RegulaDocumentReaderWebClient")
5555
val betaRepoUrl = uri("sftp://maven-master.regulaforensics.com:22/RegulaDocumentReaderWebClient/Beta")
5656
val rcRepoUrl = uri("sftp://maven-master.regulaforensics.com:22/RegulaDocumentReaderWebClient/RC")
57-
val nightlyRepoUrl = uri("sftp://ftp.regula.local:22/RegulaDocumentReaderWebClient")
57+
val nightlyRepoUrl = uri("sftp://maven-master.regulaforensics.com:22/RegulaDocumentReaderWebClient/Nightly")
5858

5959
name = "regulaforensics"
6060
url = if (version.toString().contains("beta")) betaRepoUrl

0 commit comments

Comments
 (0)