Skip to content

Commit 5133a21

Browse files
authored
fix: lombok APIs with parameters are not working (#129)
1 parent e76669f commit 5133a21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/java/startup/mason-dep.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ end
4444

4545
function M.get_pkg_list(config)
4646
local dependecies = {
47-
{ name = 'jdtls', version = 'v1.31.0' },
47+
{ name = 'jdtls-1.33.0', version = 'v1.33.0' },
48+
{ name = 'lombok-nightly', version = 'nightly' },
4849
{ name = 'java-test', version = '0.40.1' },
4950
{ name = 'java-debug-adapter', version = '0.55.0' },
5051
}

0 commit comments

Comments
 (0)