I ma trying to publish an Android Library for me on GitHub and make it available over JitPack.
The Jitpack builds the project successfully. But at the end it tries to look for for a pom.xml file.
BUILD SUCCESSFUL in 1m 53s
133 actionable tasks: 131 executed, 2 up-to-date
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Dhttps.protocols=TLSv1.2
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Dhttps.protocols=TLSv1.2
Build tool exit code: 0
Looking for artifacts...
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Dhttps.protocols=TLSv1.2
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Dhttps.protocols=TLSv1.2
Looking for pom.xml in build directory and ~/.m2
[Fatal Error] lint-resources.xml:1:1: Content is not allowed in prolog.
2024-07-05T11:54:52.328297849Z
Exit code: 0
⚠️ ERROR: No build artifacts found
Full logs: https://jitpack.io/com/github/easy-apps-2018/jet-utils/0.0.0.1/build.log
The Project: https://github.com/easy-apps-2018/jet-utils
I tried to search on Google, but didn’t find any solution.
What is the problem that causes the issue?