mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
14 lines
253 B
Groovy
14 lines
253 B
Groovy
apply plugin: "java-library"
|
|
|
|
sourceSets {
|
|
main {
|
|
java.srcDirs = ["src"]
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
/* local dependencies */
|
|
implementation project(":com.sap.sse.datamining.annotations")
|
|
implementation project(":org.json.simple")
|
|
}
|