We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c1350 commit a78c11dCopy full SHA for a78c11d
1 file changed
client/build.gradle.kts
@@ -60,6 +60,7 @@ if (project.hasProperty("regulaforensicsMavenUser")) {
60
else if(version.toString().contains("nightly")) nightlyRepoUrl
61
else if(version.toString().contains("rc")) rcRepoUrl
62
else releasesRepoUrl
63
+ version = version.toString().trim('-')[0]
64
credentials {
65
username = regulaforensicsMavenUser
66
password = regulaforensicsMavenPassword
0 commit comments