Skip to content

Commit

Permalink
Fix dumb mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Aug 14, 2023
1 parent 28a07c9 commit f833690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -20,7 +20,7 @@
module org.junit.jupiter.engine {
requires static org.apiguardian.api;
requires org.junit.jupiter.api;
requires org.junit.jupiter.params.converter;
requires org.junit.jupiter.params;
requires org.junit.platform.commons;
requires org.junit.platform.engine;
requires org.opentest4j;
Expand Down
Expand Up @@ -2,6 +2,7 @@ org.junit.jupiter.engine@${jupiterVersion} jar:file:.+/junit-jupiter-engine-\d.+
requires java.base mandated
requires org.apiguardian.api static
requires org.junit.jupiter.api
requires org.junit.jupiter.params
requires org.junit.platform.commons
requires org.junit.platform.engine
requires org.opentest4j
Expand Down

0 comments on commit f833690

Please sign in to comment.