blob: 1743e412c45589162b63c50fb00afc7a6764f65d [file] [log] [blame]
Zsolt Haraszti19592c12016-09-08 13:52:23 -07001/*
2 * This build file was auto generated by running the Gradle 'init' task
3 * by 'zsolt' at '9/8/16 1:51 PM' with Gradle 2.12
4 *
5 * This generated file contains a commented-out sample Java project to get you started.
6 * For more details take a look at the Java Quickstart chapter in the Gradle
7 * user guide available at https://docs.gradle.org/2.12/userguide/tutorial_java_projects.html
8 */
9
10/*
11// Apply the java plugin to add support for Java
12apply plugin: 'java'
13
14// In this section you declare where to find the dependencies of your project
15repositories {
16 // Use 'jcenter' for resolving your dependencies.
17 // You can declare any Maven/Ivy/file repository here.
18 jcenter()
19}
20
21// In this section you declare the dependencies for your production and test code
22dependencies {
23 // The production code uses the SLF4J logging API at compile time
24 compile 'org.slf4j:slf4j-api:1.7.18'
25
26 // Declare the dependency for your favourite test framework you want to use in your tests.
27 // TestNG is also supported by the Gradle Test task. Just change the
28 // testCompile dependency to testCompile 'org.testng:testng:6.8.1' and add
29 // 'test.useTestNG()' to your build script.
30 testCompile 'junit:junit:4.12'
31}
32*/