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

Documented Fix for Velocity Users #24

Open
TheoBong opened this issue Apr 19, 2023 · 0 comments
Open

Documented Fix for Velocity Users #24

TheoBong opened this issue Apr 19, 2023 · 0 comments

Comments

@TheoBong
Copy link

TheoBong commented Apr 19, 2023

For anyone in the future who has issues using the Velocity version- it's because the documentation is outdated. Here's the fix for anyone who's in the same situation as me.

Steps to use:

  1. Add this to your maven
        <repository>
            <id>simplixsoft-public</id>
            <url>https://repo.simplix.dev/repository/simplixsoft-public/</url>
        </repository>
        <dependency>
            <groupId>dev.simplix.cirrus</groupId>
            <artifactId>cirrus-velocity</artifactId>
            <version>3.0.0-SNAPSHOT</version>
        </dependency>
  1. Clone the v3 branch of this repository
  2. Run gradle :cirrus-api:publishToMavenLocal

Hope this helps, respond here if any clarification needed.

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

1 participant