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

Error while importing maven API #47

Open
SerJestDobry opened this issue Apr 6, 2023 · 1 comment
Open

Error while importing maven API #47

SerJestDobry opened this issue Apr 6, 2023 · 1 comment

Comments

@SerJestDobry
Copy link

I used maven to upload the api, I made the basic plugin I needed and when I wanted to build it, I got "cannot access fr.minuskube.netherboard.api.PlayerBoard"

@imDMK
Copy link

imDMK commented Apr 9, 2023

Add this to your depedency:

        <dependency>
            <groupId>fr.minuskube</groupId>
            <artifactId>netherboard-core</artifactId>
            <version>1.2.3</version>
            <scope>compile</scope>
        </dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants