Skip to content

Commit 4087537

Browse files
committed
Update build.gradle.kts
-version fix
1 parent a78c11d commit 4087537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (project.hasProperty("regulaforensicsMavenUser")) {
6060
else if(version.toString().contains("nightly")) nightlyRepoUrl
6161
else if(version.toString().contains("rc")) rcRepoUrl
6262
else releasesRepoUrl
63-
version = version.toString().trim('-')[0]
63+
version = version.toString().split('-')[0]
6464
credentials {
6565
username = regulaforensicsMavenUser
6666
password = regulaforensicsMavenPassword

0 commit comments

Comments
 (0)