diff --git a/build.gradle b/build.gradle index 86e5f0eb97021f319060277f71642859ea241366..2ced9b9cf0b1852936fb967d8650086efa26a574 100644 --- a/build.gradle +++ b/build.gradle @@ -39,15 +39,9 @@ repositories { } dependencies { + testCompile "junit:junit:4.12" implementation fileTree(dir: 'lib', includes: ['*.jar']) compile "org.jetbrains:annotations:17.0.0" compile "org.projectlombok:lombok:1.18.10" annotationProcessor "org.projectlombok:lombok:1.18.10" } - -test { - dependencies { - testCompile "junit:junit:4.12" - } - useJUnitPlatform() -} diff --git a/jar/PDCache.jar b/jar/PDCache.jar index 139df705528e715b38ac45f6e9b19ef9bb72b164..21b11c9383a609353b77c99d9da754b17c3d03b4 100644 Binary files a/jar/PDCache.jar and b/jar/PDCache.jar differ diff --git a/jar/PDCache_all.jar b/jar/PDCache_all.jar index 0957a0208dd951482295a483edade5462d87547d..6d5dfeee25d2427d06f647e10d497a7b4b7572c6 100644 Binary files a/jar/PDCache_all.jar and b/jar/PDCache_all.jar differ diff --git a/jar/PDCache_bin.jar b/jar/PDCache_bin.jar index de45a47245b08451499f117e2a5aeb809010580e..3ff835f2eb6e00f236e88e66b913e074b3605a58 100644 Binary files a/jar/PDCache_bin.jar and b/jar/PDCache_bin.jar differ diff --git a/jar/PDCache_sources.jar b/jar/PDCache_sources.jar index c9505e4bea43555a25bc5514d96108eed4648d0c..f3ff632fcda9b3fe7d55c5ec03cfe63de2eda5f4 100644 Binary files a/jar/PDCache_sources.jar and b/jar/PDCache_sources.jar differ