Skip to content

Commit 8281332

Browse files
KmakinatorDanielZlotin
authored andcommitted
removed whitespace from revision string (#52)
1 parent 4da26df commit 8281332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/android-jsc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'maven'
2424
task createAAR(type: Upload) {
2525
def distDir = "${rootDir}/../dist"
2626

27-
def revision = project.findProperty("revision")
27+
def revision = project.findProperty("revision").replaceAll("\\s","")
2828
def i18n = project.findProperty("i18n")
2929

3030
doFirst {

0 commit comments

Comments
 (0)