-
Notifications
You must be signed in to change notification settings - Fork 156
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
Getting weird error when using with gradle #298
Comments
Unfortunately, with this very short description, I might not be able to help you :-( |
it's basically what I get in gradle when I add the dependency to the 5.2.1 version of the artifact. the POM contains an empty tag that causes this error |
I get he same error message with |
@flozano what is the tag name that is causing this problem? |
@mariuszgromada it's in my original description : build.resources.resource.directory <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mariuszgromada.math</groupId>
<artifactId>MathParser.org-mXparser</artifactId>
<version>5.2.1</version>
<packaging>jar</packaging>
<name>MathParser.org-mXparser - Math Expressions Parser / Formula Evaluator library for JAVA Android C#
<!-- ... -->
<build>
<!-- ... -->
<resources>
<resource>
<directory></directory>
<includes>
<include>LICENSE</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
</resources>
</build>
<!-- ... -->
</project>
|
I think it might be the " |
in plain Java-OpenJDK (not android) I'm getting:
dependency is defined as
The text was updated successfully, but these errors were encountered: