-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cobalt-0.0.5.pom xml error for Gradle but not for Maven #495
Comments
Patched on #477, clone this repo and run: |
When will this be updated on maven? Would be great to be able to use this with Gradle without any problems |
Idk, maybe on 0.0.6 |
You can use doing what I said and setting |
That works, thanks |
fixed in 0.0.6 |
This
what one can see at https://repo1.maven.org/maven2/com/github/auties00/cobalt/0.0.5/cobalt-0.0.5.pom
Something like that one can see attempting to build on Gradle as part of Java project, or part of Android project. For example in Android mobile app:
> Task :prepareKotlinBuildScriptModel UP-TO-DATE [Fatal Error] cobalt-0.0.5.pom:3:1: Content is not allowed in prolog. [Fatal Error] cobalt-0.0.5.pom:3:1: Content is not allowed in prolog. [Fatal Error] cobalt-0.0.5.pom:3:1: Content is not allowed in prolog. [Fatal Error] cobalt-0.0.5.pom:3:1: Content is not allowed in prolog. [Fatal Error] cobalt-0.0.5.pom:3:1: Content is not allowed in prolog. BUILD SUCCESSFUL in 1s
The essence is that there is a space character in the first line of pom. It is incorrect. Can you remove it
The text was updated successfully, but these errors were encountered: