Skip to content

Commit

Permalink
Set target bytecode level and other CompilerConfiguration clean-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Dec 21, 2018
1 parent c249252 commit 820e892
Show file tree
Hide file tree
Showing 8 changed files with 2,628 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public void testProjectCompilerConfigScript() throws Exception {

@Test // https://github.com/groovy/groovy-eclipse/issues/550
public void testProjectBasedirAsOutputLocation() throws Exception {
IPath path = env.addProject("Project");
IPath path = env.addProject("Project", "1.8");
env.setOutputFolder(path, "");
env.addGroovyJars(path);

Expand Down
1 change: 1 addition & 0 deletions base/org.codehaus.groovy24/.checkstyle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<file-match-pattern match-pattern="groovy/classgen/asm/WriterController.java" include-pattern="false" />
<file-match-pattern match-pattern="groovy/classgen/asm/sc/StaticPropertyAccessHelper.java" include-pattern="false" />
<file-match-pattern match-pattern="groovy/control/CompilationUnit.java" include-pattern="false" />
<file-match-pattern match-pattern="groovy/control/CompilerConfiguration.java" include-pattern="false" />
<file-match-pattern match-pattern="groovy/control/ErrorCollector.java" include-pattern="false" />
<file-match-pattern match-pattern="groovy/control/GenericsVisitor.java" include-pattern="false" />
<file-match-pattern match-pattern="groovy/control/ParserPluginFactory.java" include-pattern="false" />
Expand Down
Loading

0 comments on commit 820e892

Please sign in to comment.