From e82a1c052e7d06a64b7b065d38db35e030323f1a Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Tue, 25 Feb 2014 21:20:45 +0100 Subject: yet another (much better) attempt at fixing the deadlock issue. Again all the work is in lombok.patcher, this is just updating the deps. --- .../ivy-repo/org.projectlombok-lombok.patcher-0.9.xml | 14 ++++++++++++++ buildScripts/ivy.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.9.xml (limited to 'buildScripts') diff --git a/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.9.xml b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.9.xml new file mode 100644 index 00000000..15460eee --- /dev/null +++ b/buildScripts/ivy-repo/org.projectlombok-lombok.patcher-0.9.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index c202fae1..48c3661b 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -14,7 +14,7 @@ - + -- cgit