From 4b1750eab04002c2873051933eb03b0b3e3286f7 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher <tobias.gruetzmacher@inform-software.com> Date: Fri, 18 Feb 2022 12:32:16 +0100 Subject: [PATCH] feat(presets): add Apache Groovy monorepo (#14296) --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 7f60b55ad9..10a944c03d 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -38,6 +38,7 @@ const repoGroups = { 'electron-forge': 'https://github.com/electron-userland/electron-forge', 'ember-decorators': 'https://github.com/ember-decorators/ember-decorators', 'graphql-modules': 'https://github.com/Urigo/graphql-modules', + groovy: 'https://github.com/apache/groovy', 'ionic-native': 'https://github.com/ionic-team/ionic-native', 'mdc-react': 'material-components/material-components-web-react', 'ngx-formly': 'https://github.com/ngx-formly/ngx-formly', -- GitLab