Skip to content

Instantly share code, notes, and snippets.

@bijukunjummen
Created July 7, 2022 03:01
Show Gist options
  • Save bijukunjummen/b59b8d0716f88f0fae4f0cbf6f192a81 to your computer and use it in GitHub Desktop.
Save bijukunjummen/b59b8d0716f88f0fae4f0cbf6f192a81 to your computer and use it in GitHub Desktop.
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