File: build.gradle

package info (click to toggle)
libejml-java 0.38%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,336 kB
  • sloc: java: 73,523; python: 81; xml: 60; makefile: 58
file content (5 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (4)
1
2
3
4
5
dependencies {
    compile project(':main:ejml-core')
    testCompile project(':main:ejml-experimental')
    testCompile project(':main:ejml-core').sourceSets.test.output
}