File tree 5 files changed +4
-63
lines changed
5 files changed +4
-63
lines changed Original file line number Diff line number Diff line change 1
- # client-java7
1
+ # client-4.x
Original file line number Diff line number Diff line change 1
- /*
2
- * This build file was auto generated by running the Gradle 'init' task
3
- * by 'maperry' at '4/09/15 4:45 PM' with Gradle 2.4
4
- *
5
- * This generated file contains a 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 http://gradle.org/docs/2.4/userguide/tutorial_java_projects.html
8
- */
9
1
10
- // Apply the java plugin to add support for Java
11
2
apply plugin : ' java'
12
3
13
4
defaultTasks " build"
14
5
15
- // In this section you declare where to find the dependencies of your project
6
+ sourceCompatibility = " 1.7"
7
+
16
8
repositories {
17
- // Use 'jcenter' for resolving your dependencies.
18
- // You can declare any Maven/Ivy/file repository here.
19
9
jcenter()
20
10
mavenCentral()
21
11
}
22
12
23
- // In this section you declare the dependencies for your production and test code
24
13
dependencies {
25
- // The production code uses the SLF4J logging API at compile time
26
14
compile ' org.slf4j:slf4j-api:1.7.12'
27
15
compile " org.functionaljava:functionaljava:4.4"
28
16
29
- // Declare the dependency for your favourite test framework you want to use in your tests.
30
- // TestNG is also supported by the Gradle Test task. Just change the
31
- // testCompile dependency to testCompile 'org.testng:testng:6.8.1' and add
32
- // 'test.useTestNG()' to your build script.
33
17
testCompile ' junit:junit:4.12'
34
18
}
Original file line number Diff line number Diff line change 1
- /*
2
- * This settings file was auto generated by the Gradle buildInit task
3
- * by 'maperry' at '4/09/15 4:45 PM' with Gradle 2.4
4
- *
5
- * The settings file is used to specify which projects to include in your build.
6
- * In a single project build this file can be empty or even removed.
7
- *
8
- * Detailed information about configuring a multi-project build in Gradle can be found
9
- * in the user guide at http://gradle.org/docs/2.4/userguide/multi_project_builds.html
10
- */
11
1
12
- /*
13
- // To declare projects as part of a multi-project build use the 'include' method
14
- include 'shared'
15
- include 'api'
16
- include 'services:webservice'
17
- */
18
-
19
- rootProject. name = ' fj-client-java7'
2
+ rootProject. name = ' fj-client-4.x'
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments