Skip to content

Commit

Permalink
fix: add build.gradle.kts for java language server (#3528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaium authored Dec 28, 2024
1 parent ff2b85a commit 57154fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/configs/java_language_server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local util = require 'lspconfig.util'
return {
default_config = {
filetypes = { 'java' },
root_dir = util.root_pattern('build.gradle', 'pom.xml', '.git'),
root_dir = util.root_pattern('build.gradle', 'build.gradle.kts', 'pom.xml', '.git'),
settings = {},
},
docs = {
Expand Down

0 comments on commit 57154fd

Please sign in to comment.