Created
August 21, 2017 08:52
-
-
Save ramesh-lingappan/366f78b0b5536637db60a0eab6597886 to your computer and use it in GitHub Desktop.
This file contains 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
group 'com.rameshl.demos' | |
version '1.0' | |
repositories { | |
mavenCentral() | |
} | |
dependencies { | |
compileOnly libs.servletApi | |
compile libs.gae | |
compileOnly libs.gaeLabs | |
testCompileOnly libs.gaeTest | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment