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 @@ -71,8 +71,8 @@ export class GradleBuildArgsService implements IGradleBuildArgsService {
7171 ) ;
7272 if ( buildData . gradleArgs ) {
7373 const additionalArgs : string [ ] = [ ]
74- buildData . gradleArgs . forEach ( arg => {
75- additionalArgs . push ( ...arg . split ( ' -P ' ) . map ( ( a , i ) => i === 0 ? a : `-P ${ a } ` ) ) ;
74+ buildData . gradleArgs . forEach ( arg => {
75+ additionalArgs . push ( ...arg . split ( ' ' ) . map ( a => a . trim ( ) ) ) ;
7676 } ) ;
7777 args . push ( ...additionalArgs ) ;
7878 }
Original file line number Diff line number Diff line change 103103 "shelljs" : " 0.8.5" ,
104104 "simple-git" : " 3.17.0" ,
105105 "simple-plist" : " 1.4.0" ,
106- "source-map" : " 0.8.0-beta.0 " ,
106+ "source-map" : " 0.7.4 " ,
107107 "stringify-package" : " 1.0.1" ,
108108 "tar" : " 6.1.13" ,
109109 "temp" : " 0.9.4" ,
You can’t perform that action at this time.
0 commit comments