We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182a9d1 commit 99b0591Copy full SHA for 99b0591
client/build.gradle.kts
@@ -54,7 +54,7 @@ if (project.hasProperty("regulaforensicsMavenUser")) {
54
val releasesRepoUrl = uri("sftp://maven-master.regulaforensics.com:22/RegulaDocumentReaderWebClient")
55
val betaRepoUrl = uri("sftp://maven-master.regulaforensics.com:22/RegulaDocumentReaderWebClient/Beta")
56
val rcRepoUrl = uri("sftp://maven-master.regulaforensics.com:22/RegulaDocumentReaderWebClient/RC")
57
- val nightlyRepoUrl = uri("sftp://ftp.regula.local:22/RegulaDocumentReaderWebClient")
+ val nightlyRepoUrl = uri("sftp://maven-master.regulaforensics.com:22/RegulaDocumentReaderWebClient/Nightly")
58
59
name = "regulaforensics"
60
url = if (version.toString().contains("beta")) betaRepoUrl
0 commit comments