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 ef3a880 + 63c83fd commit 39e7542Copy full SHA for 39e7542
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().split('-')[0]
64
credentials {
65
username = regulaforensicsMavenUser
66
password = regulaforensicsMavenPassword
0 commit comments