Skip to content

Instantly share code, notes, and snippets.

@jburwell
Created March 8, 2017 17:59
Show Gist options
  • Save jburwell/0495fb61c32442b2cea0a5bef6756788 to your computer and use it in GitHub Desktop.
Save jburwell/0495fb61c32442b2cea0a5bef6756788 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
flatDir dirs: "../gradle-javarepl-plugin/build/libs"
}
dependencies {
classpath "net.cockamamy.gradle:gradle-javarepl-plugin:0.1.0"
}
}
apply plugin: "net.cockamamy.gradle.javarepl"
sourceCompatibility = "1.8"
targetCompatibility = "1.8"
repositories {
jcenter()
}
dependencies {
compile 'org.slf4j:slf4j-api:1.7.21'
testCompile 'junit:junit:4.12'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment