Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Evgeny Mandrikov
asm
Commits
1b00e73b
Commit
1b00e73b
authored
Jan 15, 2022
by
Eric Bruneton
Browse files
Use https:// for nexus repository.
parent
66c21597
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
1b00e73b
...
...
@@ -342,7 +342,7 @@ configure(subprojects.findAll { it.provides }) {
publishing
{
repositories
{
maven
{
def
baseUrl
=
'http://repository.ow2.org/nexus/'
def
baseUrl
=
'http
s
://repository.ow2.org/nexus/'
def
releasesUrl
=
baseUrl
+
'service/local/staging/deploy/maven2'
def
snapshotsUrl
=
baseUrl
+
'content/repositories/snapshots'
name
=
'nexus'
...
...
Write
Preview
Supports
Markdown
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