Skip to content

Commit

Permalink
need to update to the latest goal
Browse files Browse the repository at this point in the history
  • Loading branch information
spullara committed Oct 9, 2023
1 parent 016764c commit d6dfa10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
Expand All @@ -91,7 +92,7 @@
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>attached</goal>
<goal>single</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit d6dfa10

Please sign in to comment.