Moved Junit dependency into "subprojects"
This commit is contained in:
parent
a454e23de4
commit
a45ba31a98
13
build.gradle
13
build.gradle
@ -134,6 +134,10 @@ subprojects {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
compile 'junit:junit:4.12'
|
||||||
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
java {
|
java {
|
||||||
@ -220,9 +224,6 @@ subprojects {
|
|||||||
}
|
}
|
||||||
|
|
||||||
project(':verifying') {
|
project(':verifying') {
|
||||||
dependencies {
|
|
||||||
compile 'junit:junit:4.12'
|
|
||||||
}
|
|
||||||
jmh {
|
jmh {
|
||||||
include = 'verifying.jmhtests.*'
|
include = 'verifying.jmhtests.*'
|
||||||
}
|
}
|
||||||
@ -261,12 +262,6 @@ project(':serialization') {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
project(':references') {
|
|
||||||
dependencies {
|
|
||||||
compile 'junit:junit:4.12'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
project(':interfaces') {
|
project(':interfaces') {
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':polymorphism')
|
compile project(':polymorphism')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user