|
|
|
|
@ -7,7 +7,7 @@ plugins {
@@ -7,7 +7,7 @@ plugins {
|
|
|
|
|
|
|
|
|
|
// tag::env[] |
|
|
|
|
tasks.named<BootBuildImage>("bootBuildImage") { |
|
|
|
|
environment.set(mapOf("HTTP_PROXY" to "http://proxy.example.com", |
|
|
|
|
environment.putAll(mapOf("HTTP_PROXY" to "http://proxy.example.com", |
|
|
|
|
"HTTPS_PROXY" to "https://proxy.example.com")) |
|
|
|
|
} |
|
|
|
|
// end::env[] |
|
|
|
|
|