Skip to content

Instantly share code, notes, and snippets.

@kramer
kramer / build.gradle
Created August 6, 2014 18:36
Heavy Self Calling Ratpack
buildscript {
repositories {
maven { url "http://oss.jfrog.org/repo" }
mavenCentral()
}
dependencies {
classpath 'io.ratpack:ratpack-gradle:0.9.7'
}
}