We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a454e23 commit a45ba31Copy full SHA for a45ba31
build.gradle
@@ -134,6 +134,10 @@ subprojects {
134
mavenCentral()
135
}
136
137
+ dependencies {
138
+ compile 'junit:junit:4.12'
139
+ }
140
+
141
sourceSets {
142
main {
143
java {
@@ -220,9 +224,6 @@ subprojects {
220
224
221
225
222
226
project(':verifying') {
223
- dependencies {
- compile 'junit:junit:4.12'
- }
227
jmh {
228
include = 'verifying.jmhtests.*'
229
@@ -261,12 +262,6 @@ project(':serialization') {
261
262
263
264
-project(':references') {
265
266
267
268
-}
269
-
270
project(':interfaces') {
271
dependencies {
272
compile project(':polymorphism')
0 commit comments