Skip to content

Commit

Permalink
java11-vert-x: words correct: java8 -> java11
Browse files Browse the repository at this point in the history
Signed-off-by: moqi <moqimoqidea@gmail.com>
  • Loading branch information
moqimoqidea authored and alexellis committed Apr 6, 2021
1 parent 813e2dc commit b8d9e03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions template/java11-vert-x/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Template: java11-vert-x

The Java8-Vert.x template uses gradle as a build system.
The Java11-Vert.x template uses gradle as a build system.

Gradle version: 4.8.1

Expand Down Expand Up @@ -49,7 +49,7 @@ provider:
gateway: http://openfaas.test:8080
functions:
hello-vert-x:
lang: java8-vert-x
lang: java11-vert-x
environment:
FRONTAPP: true
handler: ./function
Expand Down
2 changes: 1 addition & 1 deletion template/java11-vert-x/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
* in the user guide at https://docs.gradle.org/4.8.1/userguide/multi_project_builds.html
*/

rootProject.name = 'java8-vert-x'
rootProject.name = 'java11-vert-x'

include 'function', 'entrypoint'
2 changes: 1 addition & 1 deletion template/java11-vert-x/template.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
language: java8-vert-x
language: java11-vert-x

0 comments on commit b8d9e03

Please sign in to comment.