Skip to content

Commit

Permalink
Exclude failing test for javac < 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawi01 committed Sep 17, 2023
1 parent 67cd7a6 commit e226cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// version 8:
import java.util.Set;
import lombok.NonNull;
class Book {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// version 8:
// issue #1377: @Singular is not removed by delombok.

import java.util.Set;
Expand Down

0 comments on commit e226cd3

Please sign in to comment.