build.gradle #1

  • //
  • dev/
  • guest/
  • paul_allen/
  • bumble/
  • dev/
  • build.gradle
  • View
  • Commits
  • Open Download .zip Download (864 B)
/*
 * This build file was auto generated by running the Gradle 'init' task
 * by 'pallen' at '10/13/15 3:55 PM' with Gradle 2.6
 *
 * This generated file contains a sample Java project to get you started.
 * For more details take a look at the Java Quickstart chapter in the Gradle
 * user guide available at https://docs.gradle.org/2.6/userguide/tutorial_java_projects.html
 */

apply plugin: 'java'
apply plugin: 'eclipse'

sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
    mavenCentral()
}

dependencies {
    compile 'com.sparkjava:spark-core:2.3'
    compile 'com.sparkjava:spark-template-freemarker:2.3'
    compile 'com.perforce:p4java:2015.1.1210280'
    compile 'org.slf4j:slf4j-api:1.7.12'
    compile 'com.googlecode.java-diff-utils:diffutils:1.3.0'
	compile 'com.google.code.gson:gson:2.3.1'

    testCompile 'junit:junit:4.12'
}
# Change User Description Committed
#1 16298 Paul Allen Nothing to see here...