Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Apr 14, 2020
1 parent bf913f5 commit 25f47ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docs/guide/cloudFunction/simpleFunctions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependency:io.micronaut:micronaut-function[]

Then add the Cloud Function API as a `compileOnly` dependency (`provided` with Maven):

dependency:com.google.cloud.functions:functions-framework-api[version="1.0.0-alpha-2-rc3", scope="compileOnly"]
dependency:com.google.cloud.functions:functions-framework-api[version="1.0.1", scope="compileOnly"]

Now define a class that implements one of Google Cloud Found's interfaces, for example `com.google.cloud.functions.BackgroundFunction`, and extends from `io.micronaut.function.executor.FunctionInitializer`.

Expand Down

0 comments on commit 25f47ee

Please sign in to comment.