From 7415ae6ec92eef63dc83afdd2a5a5c9bc1fe5757 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 5 Apr 2020 11:47:46 +0100 Subject: [PATCH] Run tests with Gradle instead of IDEA's test runner IDEA's test runner doesn't work very well with multi-module projects, particularly where there are different versions of jars in the classpath. Signed-off-by: Graham --- .idea/runConfigurations/dev_openrs2.xml | 16 ---------------- .idea/runConfigurations/test.xml | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 16 deletions(-) delete mode 100644 .idea/runConfigurations/dev_openrs2.xml create mode 100644 .idea/runConfigurations/test.xml diff --git a/.idea/runConfigurations/dev_openrs2.xml b/.idea/runConfigurations/dev_openrs2.xml deleted file mode 100644 index c731a66c..00000000 --- a/.idea/runConfigurations/dev_openrs2.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/test.xml b/.idea/runConfigurations/test.xml new file mode 100644 index 00000000..bc0945b6 --- /dev/null +++ b/.idea/runConfigurations/test.xml @@ -0,0 +1,22 @@ + + + + + + + true + + + \ No newline at end of file