Created
March 8, 2017 17:59
-
-
Save jburwell/0495fb61c32442b2cea0a5bef6756788 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
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