Skip to content

Commit

Permalink
Also exclude container build from shaded jar
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 13, 2024
1 parent 2592135 commit f9b33c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions otp-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit f9b33c5

Please sign in to comment.