Skip to content

Commit 3f14d2f

Browse files
committed
Setup consuming lib test
1 parent 931e05e commit 3f14d2f

File tree

5 files changed

+4
-63
lines changed

5 files changed

+4
-63
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# client-java7
1+
# client-4.x

build.gradle

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,18 @@
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-
*/
91

10-
// Apply the java plugin to add support for Java
112
apply plugin: 'java'
123

134
defaultTasks "build"
145

15-
// In this section you declare where to find the dependencies of your project
6+
sourceCompatibility = "1.7"
7+
168
repositories {
17-
// Use 'jcenter' for resolving your dependencies.
18-
// You can declare any Maven/Ivy/file repository here.
199
jcenter()
2010
mavenCentral()
2111
}
2212

23-
// In this section you declare the dependencies for your production and test code
2413
dependencies {
25-
// The production code uses the SLF4J logging API at compile time
2614
compile 'org.slf4j:slf4j-api:1.7.12'
2715
compile "org.functionaljava:functionaljava:4.4"
2816

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.
3317
testCompile 'junit:junit:4.12'
3418
}

settings.gradle

+1-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,2 @@
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-
*/
111

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'

src/main/java/Library.java

-11
This file was deleted.

src/test/java/LibraryTest.java

-15
This file was deleted.

0 commit comments

Comments
 (0)