Skip to content

Commit

Permalink
Use static requires for JetBrains annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
komu committed Jun 22, 2023
1 parent 9895531 commit 543f02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module fi.evident.raudikko {
requires org.jetbrains.annotations;
requires static org.jetbrains.annotations;

exports fi.evident.raudikko;
exports fi.evident.raudikko.analysis;
Expand Down

0 comments on commit 543f02c

Please sign in to comment.