Skip to content

Instantly share code, notes, and snippets.

@cdsap
Last active April 19, 2018 10:57
Show Gist options
  • Save cdsap/c84fb159a0a6a521bd35d3c80dcbaf73 to your computer and use it in GitHub Desktop.
Save cdsap/c84fb159a0a6a521bd35d3c80dcbaf73 to your computer and use it in GitHub Desktop.
Server BuildGradle. Hello World example
apply plugin: 'war'
apply plugin: 'kotlin'
apply plugin: 'com.google.cloud.tools.appengine'
dependencies {
implementation libraries.kotlin
implementation libraries.javaxServlet
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment