-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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:
- 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>
- Clone the v3 branch of this repository
- Run
gradle :cirrus-api:publishToMavenLocal
Hope this helps, respond here if any clarification needed.
Metadata
Metadata
Assignees
Labels
No labels