disable all GUI unit tests, enable host-cache unit tests. The 'build' target now succeeds

This commit is contained in:
Zlatin Balevsky
2019-10-05 04:31:11 +01:00
parent 2eec7bec5b
commit e943f6019d
11 changed files with 11 additions and 172 deletions

View File

@@ -1,3 +1,8 @@
apply plugin : 'application'
mainClassName = 'com.muwire.hostcache.HostCache'
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties']
dependencies {
testCompile 'org.junit.jupiter:junit-jupiter-api:5.4.2'
testCompile 'junit:junit:4.12'
}