Merge pull request #9 from BestSpark687090/patch-1

Remove the part of pom.xml that causes the resources to not show up inside the build
This commit is contained in:
Neil
2026-01-26 15:35:16 +05:30
committed by GitHub

12
pom.xml
View File

@@ -36,16 +36,4 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>manifest.json</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
</build>
</project> </project>