File: build.gradle

package info (click to toggle)
deepboof 0.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,892 kB
  • sloc: java: 14,256; python: 50; makefile: 7; sh: 3
file content (10 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
dependencies {
    compile project(':modules:main')
    testCompile project(':modules:main').sourceSets.test.output
}

idea {
    module {
        name = "DeepBoof Learning"
    }
}