From d54eff3a4a59c13b405624e5142aee37ef5f0cc6 Mon Sep 17 00:00:00 2001 From: Jacek Lewandowski Date: Tue, 15 Jun 2021 14:07:39 +0200 Subject: [PATCH] Remove full project building from the generate-idea-files ant target - that target was unnecessarily building the whole project which made it problematic to update the project while merging/rebasing if conflicts in the code were failing the compilation - updated system properties for default run test task in Intellij to match those when running tests from Ant - fix test-memory target patch by Jacek Lewandowski; reviewed by Mick Semb Wever for CASSANDRA-16697 --- build.xml | 2 +- ide/idea/workspace.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 76e84ac043..8dc7dfd493 100644 --- a/build.xml +++ b/build.xml @@ -1753,7 +1753,7 @@ - + diff --git a/ide/idea/workspace.xml b/ide/idea/workspace.xml index 9cf2d966a5..68408ef4c9 100644 --- a/ide/idea/workspace.xml +++ b/ide/idea/workspace.xml @@ -168,7 +168,7 @@