|
@@ -120,7 +120,8 @@ public final class CompilerAdapterFactory { |
|
|
|| compilerType.equalsIgnoreCase("javac1.4") |
|
|
|| compilerType.equalsIgnoreCase("javac1.4") |
|
|
|| compilerType.equalsIgnoreCase("javac1.5") |
|
|
|| compilerType.equalsIgnoreCase("javac1.5") |
|
|
|| compilerType.equalsIgnoreCase("javac1.6") |
|
|
|| compilerType.equalsIgnoreCase("javac1.6") |
|
|
|| compilerType.equalsIgnoreCase("javac1.7")) { |
|
|
|
|
|
|
|
|
|| compilerType.equalsIgnoreCase("javac1.7") |
|
|
|
|
|
|| compilerType.equalsIgnoreCase("javac1.8")) { |
|
|
// does the modern compiler exist? |
|
|
// does the modern compiler exist? |
|
|
if (doesModernCompilerExist()) { |
|
|
if (doesModernCompilerExist()) { |
|
|
return new Javac13(); |
|
|
return new Javac13(); |
|
|