Skip to content

Commit

Permalink
fix proper package
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Sep 13, 2023
1 parent ce13299 commit 5bfe60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cygnus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
<configuration>
<skipTests>true</skipTests>
<argLine>
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
--add-opens=java.base/java.util.regex=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion cygnus-ngsi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<configuration>
<aggregate>true</aggregate>
<argLine>
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
--add-opens=java.base/java.util.regex=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
Expand Down

0 comments on commit 5bfe60b

Please sign in to comment.