Closed errantlinguist closed 6 years ago
hm. so it's actually json-simple that is leaking the dependency. I think this bug is somewhere between json-simple (unmaintained) and eclipse (hard to negotiate with). Thus I'm marking this as wontfix. However, I opened #76 because we really should not be using two JSON libraries and json-simple is probably the right one to go.
fixed by #76.
As of 2018-06-1 with commit 700921a5af of DialogOS (which uses Diamant commit 700921a5af), JUnit 4.10 is leaked to the
compile
configuration (note: nottestCompile
) for software which depends on DialogOS. This breaks compilation for tests that use 4.12 due to e.g. additional methods in the latter:When built using the Gradle wrapper
./gradlew build
, there is no issue. However, when building through Eclipse using Eclipse's Gradle plugin, the version fromcompile
takes precedence overtestCompile
.Build environment: