mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +02:00
Also updates apache-sshd dependencies. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=217603216
10 lines
142 B
Groovy
10 lines
142 B
Groovy
sourceSets {
|
|
main {
|
|
java {
|
|
srcDirs = [
|
|
"${rootDir}/../third_party/junit/"
|
|
]
|
|
include '**/*.java'
|
|
}
|
|
}
|
|
}
|