Polish documentation
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
|
||||
// tag::env[]
|
||||
tasks.named("bootBuildImage") {
|
||||
environment = ["BP_JVM_VERSION" : "8.*"]
|
||||
environment = ["BP_JVM_VERSION" : "17"]
|
||||
}
|
||||
// end::env[]
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
// tag::env[]
|
||||
tasks.named<BootBuildImage>("bootBuildImage") {
|
||||
environment.set(mapOf("BP_JVM_VERSION" to "8.*"))
|
||||
environment.set(mapOf("BP_JVM_VERSION" to "17"))
|
||||
}
|
||||
// end::env[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user