From cf6622b4fa5c3667028de8e4fff1ce1afd11322b Mon Sep 17 00:00:00 2001 From: James Strachan Date: Fri, 18 May 2012 19:50:27 +0100 Subject: [PATCH] added workaround to maven compiler bug; we may want to throw an exception though if its really a problem --- .../src/org/jetbrains/jet/cli/jvm/K2JVMCompiler.java | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/compiler/cli/src/org/jetbrains/jet/cli/jvm/K2JVMCompiler.java b/compiler/cli/src/org/jetbrains/jet/cli/jvm/K2JVMCompiler.java index ceec5289e7d..f98291f6e9e 100644 --- a/compiler/cli/src/org/jetbrains/jet/cli/jvm/K2JVMCompiler.java +++ b/compiler/cli/src/org/jetbrains/jet/cli/jvm/K2JVMCompiler.java @@ -60,9 +60,17 @@ public class K2JVMCompiler extends CLICompiler