Skip to content

Commit

Permalink
cleanup messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
gambtho committed Oct 16, 2023
1 parent 2f67a04 commit b6e6a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template/dockerfiles/gradle/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
description: "the version of gradle used during the builder stage to generate the executable"
exampleValues: ["jdk8","jdk11","jdk17","jdk19","jdk21"]
- name: "VERSION"
description: "the jdk version used by the application"
description: "the java version used by the application"
exampleValues: ["11-jre","17-jre","19-jre","21-jre"]
variableDefaults:
- name: "BUILDERVERSION"
Expand Down
2 changes: 1 addition & 1 deletion template/dockerfiles/gradlew/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
description: "the version of gradle used during the builder stage to generate the executable"
exampleValues: ["jdk8","jdk11","jdk17","jdk19","jdk21"]
- name: "VERSION"
description: "the jdk version used by the application"
description: "the java version used by the application"
exampleValues: ["11-jre","17-jre","19-jre","21-jre"]
variableDefaults:
- name: "BUILDERVERSION"
Expand Down
2 changes: 1 addition & 1 deletion template/dockerfiles/java/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
description: "the version of maven used during the builder stage to generate the executable"
exampleValues: ["3-eclipse-temurin-11", "3-eclipse-temurin-17", "3-eclipse-temurin-21", "3 (jdk-21)"]
- name: "VERSION"
description: "the jdk version used by the application"
description: "the java version used by the application"
exampleValues: ["11-jre","17-jre","19-jre","21-jre"]
variableDefaults:
- name: "BUILDERVERSION"
Expand Down

0 comments on commit b6e6a55

Please sign in to comment.