mirror of
https://github.com/hexboy/maven-mirror-tool.git
synced 2025-04-09 16:29:10 +00:00
make build.gradle.kts config single line
This commit is contained in:
parent
a5e3afeded
commit
8606a5e18c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ app.listen(PORT, () => {
|
|||
console.log('\nadd this ⬇️ in build.gradle.kts');
|
||||
console.log(
|
||||
chalk.green(
|
||||
`maven {\n url = uri("http://127.0.0.1:${PORT}/${DEFAULT_PATH}")\n isAllowInsecureProtocol = true\n}`
|
||||
`maven { url = uri("http://127.0.0.1:${PORT}/${DEFAULT_PATH}"); isAllowInsecureProtocol = true }`
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue