Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ramesh-lingappan/366f78b0b5536637db60a0eab6597886 to your computer and use it in GitHub Desktop.
Save ramesh-lingappan/366f78b0b5536637db60a0eab6597886 to your computer and use it in GitHub Desktop.
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