mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-27 02:21:25 +01:00
Move tests to core.
(None of them are implementation-specific)
This commit is contained in:
parent
ea47e93323
commit
b2fe4c9c71
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user