We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f98b5d + 8985a84 commit 4cb2fb7Copy full SHA for 4cb2fb7
1 file changed
client/build.gradle.kts
@@ -52,11 +52,13 @@ if (project.hasProperty("regulaforensicsMavenUser")) {
52
53
val releasesRepoUrl = uri("sftp://maven.regulaforensics.com:22/RegulaDocumentReaderWebClient")
54
val betaRepoUrl = uri("sftp://maven.regulaforensics.com:22/RegulaDocumentReaderWebClient/Beta")
55
+ val rcRepoUrl = uri("sftp://maven.regulaforensics.com:22/RegulaDocumentReaderWebClient/RC")
56
val nightlyRepoUrl = uri("sftp://ftp.regula.local:22/RegulaDocumentReaderWebClient")
57
58
name = "regulaforensics"
59
url = if (version.toString().contains("beta")) betaRepoUrl
60
else if(version.toString().contains("nightly")) nightlyRepoUrl
61
+ else if(version.toString().contains("rc")) rcRepoUrl
62
else releasesRepoUrl
63
credentials {
64
username = regulaforensicsMavenUser
0 commit comments