google-nomulus/gradle/third_party/build.gradle
weiminyu b81525cea4 Set up gradle for Nomulus on github
Also updates apache-sshd dependencies.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=217603216
2018-10-22 18:51:39 -04:00

10 lines
142 B
Groovy

sourceSets {
main {
java {
srcDirs = [
"${rootDir}/../third_party/junit/"
]
include '**/*.java'
}
}
}