Last active
April 19, 2018 10:57
-
-
Save cdsap/c84fb159a0a6a521bd35d3c80dcbaf73 to your computer and use it in GitHub Desktop.
Server BuildGradle. Hello World example
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
| 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