Polish documentation

This commit is contained in:
Scott Frederick
2022-10-26 14:58:46 -05:00
parent bc23080cc6
commit 67af4c0a65
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ plugins {
// tag::env[]
tasks.named("bootBuildImage") {
environment = ["BP_JVM_VERSION" : "8.*"]
environment = ["BP_JVM_VERSION" : "17"]
}
// end::env[]

View File

@@ -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[]