We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78c11d commit 4087537Copy full SHA for 4087537
1 file changed
client/build.gradle.kts
@@ -60,7 +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]
+ version = version.toString().split('-')[0]
64
credentials {
65
username = regulaforensicsMavenUser
66
password = regulaforensicsMavenPassword
0 commit comments