-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-organised files. Enabled Gradle and Travis CI.
- Loading branch information
Showing
18 changed files
with
53 additions
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
language: java | ||
jdk: | ||
- oraclejdk8 | ||
- oraclejdk7 | ||
- openjdk7 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
/* | ||
* This build file was auto generated by running the Gradle 'init' task | ||
* by 'Daniel' at '18/3/16 10:06 PM' with Gradle 2.9 | ||
* | ||
* 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.9/userguide/tutorial_java_projects.html | ||
*/ | ||
|
||
// Apply the java plugin to add support for Java | ||
apply plugin: 'java' | ||
apply plugin: 'eclipse' | ||
|
||
compileJava { | ||
options.encoding = "Cp1252" | ||
} | ||
|
||
// In this section you declare where to find the dependencies of your project | ||
repositories { | ||
// Use 'jcenter' for resolving your dependencies. | ||
// You can declare any Maven/Ivy/file repository here. | ||
jcenter() | ||
} | ||
|
||
// In this section you declare the dependencies for your production and test code | ||
dependencies { | ||
// The production code uses the SLF4J logging API at compile time | ||
compile 'org.slf4j:slf4j-api:1.7.21', | ||
'org.slf4j:slf4j-simple:1.7.21', | ||
'net.sf.jopt-simple:jopt-simple:5.0', | ||
'com.squareup.okio:okio:1.6.0', | ||
'com.squareup.okhttp3:okhttp:3.2.0' | ||
|
||
|
||
// Declare the dependency for your favourite test framework you want to use in your tests. | ||
// TestNG is also supported by the Gradle Test task. Just change the | ||
// testCompile dependency to testCompile 'org.testng:testng:6.8.1' and add | ||
// 'test.useTestNG()' to your build script. | ||
testCompile 'junit:junit:4.12' | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Date,Open,High,Low,Close,Volume,Adj Close | ||
2013-01-11,43.660001,43.990001,43.360001,43.430001,3244700,29.898045 | ||
2013-01-10,43.64,44.119999,43.330001,43.67,5520800,30.063264 | ||
2013-01-09,43.000001,43.45,42.689999,43.349999,5737900,29.84297 | ||
2013-01-08,42.469999,42.780001,42.099999,42.209999,3896900,29.058172 | ||
2013-01-07,42.60,42.799999,42.38,42.550001,3589500,29.292236 |