Commit cb6daab9 authored by Cromefire_'s avatar Cromefire_

Corrected generated maven repository config

parent 02f99edf
...@@ -122,8 +122,8 @@ export const gradleGroovyInstalCommand = ({ packageEntity }) => { ...@@ -122,8 +122,8 @@ export const gradleGroovyInstalCommand = ({ packageEntity }) => {
export const gradleGroovyAddSourceCommand = ({ mavenPath }) => export const gradleGroovyAddSourceCommand = ({ mavenPath }) =>
// eslint-disable-next-line @gitlab/require-i18n-strings // eslint-disable-next-line @gitlab/require-i18n-strings
`gitlab { `maven {
url "${mavenPath}" url '${mavenPath}'
}`; }`;
export const groupExists = ({ groupListUrl }) => groupListUrl.length > 0; export const groupExists = ({ groupListUrl }) => groupListUrl.length > 0;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment