https://github.com/nvim-java/release-jdtls
Created this because some dumbass decided to add the time stamp to the packages and jars in original jdtls packages
https://github.com/nvim-java/release-jdtls
Last synced: 4 months ago
JSON representation
Created this because some dumbass decided to add the time stamp to the packages and jars in original jdtls packages
- Host: GitHub
- URL: https://github.com/nvim-java/release-jdtls
- Owner: nvim-java
- Created: 2024-12-24T15:53:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T11:10:06.000Z (about 1 year ago)
- Last Synced: 2025-02-14T12:23:06.818Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :coffee: mason-registry





This project daily checks new JDTLS versions and re-package new versions without timestamps in the package and equinox launcher
Related issues:
- https://github.com/mason-org/mason-registry/issues/8073
- https://github.com/mason-org/mason-registry/issues/5788
- https://github.com/mason-org/mason-registry/issues/3017
## How to Install
- You can add the new registry before the default mason-registry as follows
- Run `Mason` and wait for mason to update the new registry
```lua
{
'williamboman/mason.nvim',
opts = {
registries = {
'github:nvim-java/mason-registry',
'github:mason-org/mason-registry',
},
},
}
```
## Head on to main project [:coffee: nvim-java](https://github.com/nvim-java/nvim-java)