Created
July 7, 2022 03:01
-
-
Save bijukunjummen/b59b8d0716f88f0fae4f0cbf6f192a81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins{ | |
id 'java' | |
id "io.github.bijukunjummen.cloudfunction" | |
} | |
dependencies { | |
... | |
} | |
cloudFunction { | |
target = "functions.HelloHttp" | |
port = 8080 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment