mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-01 16:34:03 +02:00
Fix vim-engine setup if no uploadUrl provided
This commit is contained in:
parent
09321f409c
commit
098243fb12
@ -126,6 +126,7 @@ publishing {
|
||||
}
|
||||
repositories {
|
||||
maven {
|
||||
if (uploadUrl.isNotEmpty()) {
|
||||
url = uri(uploadUrl)
|
||||
credentials {
|
||||
username = spaceUsername
|
||||
@ -134,3 +135,4 @@ publishing {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user