Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a45ba31

Browse files
committed
Moved Junit dependency into "subprojects"
1 parent a454e23 commit a45ba31

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

build.gradle

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ subprojects {
134134
mavenCentral()
135135
}
136136

137+
dependencies {
138+
compile 'junit:junit:4.12'
139+
}
140+
137141
sourceSets {
138142
main {
139143
java {
@@ -220,9 +224,6 @@ subprojects {
220224
}
221225

222226
project(':verifying') {
223-
dependencies {
224-
compile 'junit:junit:4.12'
225-
}
226227
jmh {
227228
include = 'verifying.jmhtests.*'
228229
}
@@ -261,12 +262,6 @@ project(':serialization') {
261262
}
262263
}
263264

264-
project(':references') {
265-
dependencies {
266-
compile 'junit:junit:4.12'
267-
}
268-
}
269-
270265
project(':interfaces') {
271266
dependencies {
272267
compile project(':polymorphism')

0 commit comments

Comments
 (0)