mirror of
https://github.com/hexboy/maven-mirror-tool.git
synced 2025-04-22 14:39:09 +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('\nadd this ⬇️ in build.gradle.kts');
|
||||||
console.log(
|
console.log(
|
||||||
chalk.green(
|
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