Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cb6daab9
Commit
cb6daab9
authored
Mar 11, 2021
by
Cromefire_
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected generated maven repository config
parent
02f99edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/packages/details/store/getters.js
app/assets/javascripts/packages/details/store/getters.js
+2
-2
No files found.
app/assets/javascripts/packages/details/store/getters.js
View file @
cb6daab9
...
@@ -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
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment