Skip to content

Commit

Permalink
Compilation problem due to wrong location of MANIFEST.MF
Browse files Browse the repository at this point in the history
  • Loading branch information
Zukaritasu committed Oct 11, 2023
1 parent bfdd8ba commit 923d5ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
<manifestFile>src/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>
1 change: 1 addition & 0 deletions src/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Specification-Version: 1.9
Implementation-Title: Windows Common Dialogs
Implementation-Vendor: Zukaritasu
Implementation-Version: 1.9.5

0 comments on commit 923d5ea

Please sign in to comment.