diff options
author | Evgeny Mandrikov <138671+Godin@users.noreply.github.com> | 2024-09-25 21:34:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-09-25 20:02:55 +0000 |
commit | 8a2e844d04163b8b26cd114d353a38fb8cf9ceee (patch) | |
tree | 2836b79c68c42bc3f37cf5cdcf986b596ca03e3a /server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/PreambuleYaml.tsx | |
parent | 593b32b58586102d636c8b1b27eb256dd83582b1 (diff) | |
download | sonarqube-8a2e844d04163b8b26cd114d353a38fb8cf9ceee.tar.gz sonarqube-8a2e844d04163b8b26cd114d353a38fb8cf9ceee.zip |
SONAR-23112 Add tutorials for Dart
Diffstat (limited to 'server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/PreambuleYaml.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/PreambuleYaml.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/PreambuleYaml.tsx b/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/PreambuleYaml.tsx index 83222ccbe61..c8d40198f57 100644 --- a/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/PreambuleYaml.tsx +++ b/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/PreambuleYaml.tsx @@ -35,6 +35,7 @@ export function PreambuleYaml(props: PreambuleYamlProps) { return <GradleBuild component={component} />; case BuildTools.Cpp: case BuildTools.ObjectiveC: + case BuildTools.Dart: case BuildTools.Other: return <DefaultProjectKey component={component} />; default: |