Skip to content

Commit

Permalink
Specify inputFile to resolve ambiguity
Browse files Browse the repository at this point in the history
Required by really-executable-jars 2.1.0 and newer
  • Loading branch information
gaul committed Feb 7, 2024
1 parent 6bb0250 commit b1453bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>1.5.0</version>
<configuration>
<inputFile>target/s3proxy-${version}-jar-with-dependencies.jar</inputFile>
<programFile>s3proxy</programFile>
</configuration>
<executions>
Expand Down

0 comments on commit b1453bd

Please sign in to comment.