Skip to content

Commit

Permalink
use specific repository order
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacBlanco committed Oct 11, 2024
1 parent 08939be commit a8d965a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
-Xmx8192m
-Xmx8192m
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/java.text=ALL-UNNAMED
--add-opens java.desktop/java.awt.font=ALL-UNNAMED
2 changes: 1 addition & 1 deletion presto-kudu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@

<plugins>
<plugin>
<groupId>com.github.zacblanco</groupId>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
Expand Down

0 comments on commit a8d965a

Please sign in to comment.