Add VelocityCommandPreprocessor

This commit is contained in:
jmp 2020-10-20 16:16:09 -07:00 committed by Alexander Söderberg
parent ad3ca86f42
commit d86973f227
8 changed files with 94 additions and 92 deletions

View file

@ -185,7 +185,7 @@ repositories {
```groovy
dependencies {
implementation 'cloud.commandframework:cloud-PLATFORM:1.0.2'
implementation 'cloud.commandframework:cloud-PLATFORM:1.1.0-SNAPSHOT'
}
```