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.
2 parents c397a5d + 99b0591 commit d79a15aCopy full SHA for d79a15a
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