We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1feec commit 916cacfCopy full SHA for 916cacf
templates/cli/lib/questions.js.twig
@@ -87,16 +87,13 @@ const getInstallCommand = (runtime) => {
87
return 'bundle install';
88
case 'rust':
89
return 'cargo install';
90
- case 'swift':
91
- return 'swift build';
92
- case 'cpp':
93
- return 'apt-get install g++';
94
case 'dotnet':
95
return 'dotnet restore';
+ case 'swift':
96
case 'java':
97
- return 'mvn install';
98
case 'kotlin':
99
+ case 'cpp':
+ return '';
100
}
101
102
return undefined;
0 commit comments