mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Moved test utility classes into test package.
This commit is contained in:
@@ -28,7 +28,7 @@ dependencyVerification {
|
||||
configurations {
|
||||
testOutput.extendsFrom(testCompile)
|
||||
}
|
||||
task jarTest (type: Jar, dependsOn: testClasses) {
|
||||
task jarTest(type: Jar, dependsOn: testClasses) {
|
||||
from sourceSets.test.output
|
||||
classifier = 'test'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user