Skip to content

Commit

Permalink
maven fire update
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jan 18, 2024
1 parent 6b6ee83 commit c6ab93b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions video-series-command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@
<include>**/*Test</include>
<include>**/*Spec</include>
</includes>
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 4 additions & 0 deletions video-series-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
<include>**/*Test</include>
<include>**/*Spec</include>
</includes>
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
<plugin>
Expand Down
4 changes: 4 additions & 0 deletions video-series-mono/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@
<include>**/*Test</include>
<include>**/*Spec</include>
</includes>
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c6ab93b

Please sign in to comment.