Skip to content

Commit

Permalink
Use JLS8 for eclipse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawi01 committed Feb 12, 2025
1 parent d214a9e commit d84de59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/src/lombok/RunTestsViaEcj.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2010-2024 The Project Lombok Authors.
* Copyright (C) 2010-2025 The Project Lombok Authors.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -242,7 +242,7 @@ static CompilationUnit toDomAst(CompilationUnitDeclaration cud, final char[] sou
return source;
}
};
return AST.convertCompilationUnit(4, cud, options, false, ccu, 0, null);
return AST.convertCompilationUnit(8, cud, options, false, ccu, 0, null);
}
}

Expand Down

0 comments on commit d84de59

Please sign in to comment.