This project daily checks new JDTLS versions and re-package new versions without timestamps in the package and equinox launcher
Related issues:
- You can add the new registry before the default mason-registry as follows
- Run
Mason
and wait for mason to update the new registry
{
'williamboman/mason.nvim',
opts = {
registries = {
'github:nvim-java/mason-registry',
'github:mason-org/mason-registry',
},
},
}