|
|
@@ -326,8 +326,8 @@ public abstract class DefaultCompilerAdapter implements CompilerAdapter { |
|
|
|
if (t.equals("1.1") || t.equals("1.2") || t.equals("1.3") |
|
|
|
|| t.equals("1.4")) { |
|
|
|
String s = t; |
|
|
|
if (t.equals("1.1") || t.equals("1.2")) { |
|
|
|
// 1.5.0 doesn't support -source 1.1 or -source 1.2 |
|
|
|
if (t.equals("1.1")) { |
|
|
|
// 1.5.0 doesn't support -source 1.1 |
|
|
|
s = "1.3"; |
|
|
|
} |
|
|
|
attributes.log("", Project.MSG_WARN); |
|
|
|