Move tests to core.

(None of them are implementation-specific)
This commit is contained in:
wizjany 2019-03-20 17:19:16 -04:00
parent ea47e93323
commit b2fe4c9c71
19 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,8 @@
compile 'org.flywaydb:flyway-core:3.0'
compile 'org.khelekore:prtree:1.5.0'
compile 'com.google.code.findbugs:jsr305:1.3.9'
testCompile 'junit:junit:4.11'
testCompile 'org.hamcrest:hamcrest-library:1.2.1'
}
sourceSets {

View File

@ -17,8 +17,6 @@ compile project(path: ':worldguard-core', configuration: 'shadow')
exclude group: 'com.zachsthings.libcomponents'
}
compile 'org.bstats:bstats-bukkit:1.4'
testCompile 'junit:junit:4.11'
testCompile 'org.hamcrest:hamcrest-library:1.2.1'
}
processResources {