Commit cb6daab9 authored by Cromefire_'s avatar Cromefire_

Corrected generated maven repository config

parent 02f99edf
......@@ -122,8 +122,8 @@ export const gradleGroovyInstalCommand = ({ packageEntity }) => {
export const gradleGroovyAddSourceCommand = ({ mavenPath }) =>
// eslint-disable-next-line @gitlab/require-i18n-strings
`gitlab {
url "${mavenPath}"
`maven {
url '${mavenPath}'
}`;
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