Replaced jfreechart dependency by jitpack.

This commit is contained in:
Alexander Nozik 2017-09-19 20:07:38 +03:00
parent ddb6fcdeb4
commit 9eaa316cc8

View File

@ -12,6 +12,7 @@ subprojects {
repositories { repositories {
jcenter() jcenter()
mavenCentral() mavenCentral()
maven { url "https://jitpack.io" }
} }
// tasks.withType(JavaCompile) { // tasks.withType(JavaCompile) {