14 lines
270 B
Lua
14 lines
270 B
Lua
|
-- Configuration for Java remote plugin host
|
||
|
require("java_plugin_host").setup({
|
||
|
autostart = false,
|
||
|
rplugins = {
|
||
|
load_class = true,
|
||
|
compile_java = true,
|
||
|
},
|
||
|
common_host = {
|
||
|
custom_repositories = {
|
||
|
"https://maven.pkg.github.com/OWNER/REPOSITORY",
|
||
|
},
|
||
|
},
|
||
|
})
|