Skip to content

Documented Fix for Velocity Users #24

@TheoBong

Description

@TheoBong

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions