Skip to content
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

[BUG] Maven pom include mapped forge dependency #5

Closed
WakelessSloth56 opened this issue May 12, 2022 · 0 comments
Closed

[BUG] Maven pom include mapped forge dependency #5

WakelessSloth56 opened this issue May 12, 2022 · 0 comments
Assignees
Labels
Projects

Comments

@WakelessSloth56
Copy link
Collaborator

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.auioc.mcmod</groupId>
  <artifactId>arnicalib</artifactId>
  <version>1.18.2-5.3.0</version>
  <dependencies>
    <dependency>
      <groupId>net.minecraftforge</groupId>
      <artifactId>forge</artifactId>
      <version>1.18.2-40.1.0_mapped_official_1.18.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
@WakelessSloth56 WakelessSloth56 added this to Needs triage in Bug via automation May 12, 2022
@WakelessSloth56 WakelessSloth56 self-assigned this May 12, 2022
@WakelessSloth56 WakelessSloth56 moved this from Needs triage to Low priority in Bug May 12, 2022
Bug automation moved this from Low priority to Closed May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Bug
  
Closed
Development

No branches or pull requests

1 participant