You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@PiotrKuzdowicz Never mind. In nvim-java registry, we have the correct url. You probably have configured mason.nvim incorrectly. Check this out to correctly configure mason.nvim so nvim-java can add additional repositories.
Did you check docs and existing issues?
Neovim version (nvim -v)
0ac2e2f
Operating system/version
Ubuntu
Describe the bug
Mason generate wrong url to downoad jdt-language-server. This url doesn't Failed to download file "https://download.eclipse.org/jdtls/milestones/1.31.0/jdt-language-server-1.31.0-202404251256.tar.gz".
Steps To Reproduce
return {
'nvim-java/nvim-java',
dependencies = {
'nvim-java/lua-async-await',
'nvim-java/nvim-java-refactor',
'nvim-java/nvim-java-core',
'nvim-java/nvim-java-test',
'nvim-java/nvim-java-dap',
'MunifTanjim/nui.nvim',
'neovim/nvim-lspconfig',
'mfussenegger/nvim-dap',
{
'williamboman/mason.nvim',
opts = {
registries = {
'github:nvim-java/mason-registry',
'github:mason-org/mason-registry',
},
},
}
},
}
require('java').setup()
4. Restart nvim
Expected Behavior
Error when mason download jdtls
The text was updated successfully, but these errors were encountered: