File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
inputs :
97
97
gradleWrapperFile : gradlew
98
98
# workingDirectory: src\react-native\
99
- options : -Pparam=' excludeLibs'
99
+ options : -Pparam=" excludeLibs"
100
100
tasks : installArchives
101
101
publishJUnitResults : false
102
102
# testResultsFiles: '**/TEST-*.xml' # Required when publishJUnitResults == True
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ function doPublish() {
61
61
62
62
if ( ! onlyTagSource ) {
63
63
// -------- Generating Android Artifacts with JavaDoc
64
- // -Pparam=' excludeLibs' - This argument will not package the DSOs in ReactAndroid aar
65
- exec ( "gradlew -Pparam=' excludeLibs' installArchives" ) ;
64
+ // -Pparam=" excludeLibs" - This argument will not package the DSOs in ReactAndroid aar
65
+ exec ( "gradlew -Pparam=\" excludeLibs\" installArchives" ) ;
66
66
67
67
// undo uncommenting javadoc setting
68
68
exec ( "git checkout ReactAndroid/gradle.properties" ) ;
You can’t perform that action at this time.
0 commit comments