add: config default java

This commit is contained in:
asep.komarudin 2024-06-24 15:35:26 +07:00
parent 24b3020b5c
commit ef95246d88
5 changed files with 48 additions and 2 deletions

View file

@ -161,6 +161,6 @@ pcode.active_golang_config = false
pcode.active_python_config = false
pcode.active_cpp_config = false
pcode.active_java_config = {
active = false,
active = true,
project = "gradle", -- gradle or maven
}