Skip to content

Commit

Permalink
Merge pull request #15 from ice1000/dev
Browse files Browse the repository at this point in the history
merge progress(CircleCI好慢啊)
  • Loading branch information
Tesla Ice Zhang authored Apr 27, 2017
2 parents 82b949b + f432294 commit b406925
Show file tree
Hide file tree
Showing 6 changed files with 959 additions and 8 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'org.algo4j'
version '1.0'
version '1.0.5'

apply plugin: 'java'
apply plugin: 'kotlin'
Expand All @@ -9,7 +9,6 @@ apply plugin: 'maven'
sourceCompatibility = 1.8
targetCompatibility = 1.8


repositories {
jcenter()
mavenCentral()
Expand All @@ -31,8 +30,10 @@ buildscript {
sourceSets {
main.kotlin.srcDirs += 'src/main/kotlin'
main.java.srcDirs += 'src/main/java'
// main.kotlin.testDirs += 'src/test/kotlin'
// main.java.testDirs += 'src/test/java'
test.kotlin.srcDirs += 'src/test/kotlin'
test.java.srcDirs += 'src/test/java'
test.kotlin.srcDirs += 'demos'
test.java.srcDirs += 'demos'
}

dependencies {
Expand Down
Loading

0 comments on commit b406925

Please sign in to comment.