File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ addGradleDep() {
609609 if grep -q " implementation.*com\.vaadin:vaadin-spring-boot-starter" " $buildFile " ; then
610610 [ -z " $TEST " ] && warn " Adding implementation '$groupId :$artifactId ' after vaadin-spring-boot-starter in $buildFile " || cmd " ## Adding implementation '$groupId :$artifactId ' after vaadin-spring-boot-starter in $buildFile "
611611
612- _cmd=" perl -pi -e \" s|(\\ s*implementation\\ s+[ '\\\" ] com\\ .vaadin:vaadin-spring-boot-starter['\\\" ].*)|\\ 1\\ n implementation '$groupId :$artifactId '|\" \" $buildFile \" "
612+ _cmd=" perl -pi -e \" s|(\\ s*implementation[ \\ s'\\\"\\ \(]+ com\\ .vaadin:vaadin-spring-boot-starter['\\\" ].*)|\\ 1\\ n developmentOnly '$groupId :$artifactId '|\" \" $buildFile \" "
613613 cmd " $_cmd "
614614 [ -n " $TEST " ] || eval " $_cmd "
615615 else
You can’t perform that action at this time.
0 commit comments