Skip to content

Commit

Permalink
fix(build): declare cloud-annotations as annotationProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Mar 18, 2023
1 parent 1cabcd0 commit d5731ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ dependencies {
// Command Handling! https://commandframework.cloud
library 'cloud.commandframework:cloud-core:1.8.2'
library 'cloud.commandframework:cloud-annotations:1.8.2'
library('cloud.commandframework:cloud-annotations:1.8.2')
annotationProcessor('cloud.commandframework:cloud-annotations:1.8.2')
library 'cloud.commandframework:cloud-paper:1.8.2'
library 'cloud.commandframework:cloud-minecraft-extras:1.8.2'
// Dependency for our way of command handling
Expand Down

0 comments on commit d5731ae

Please sign in to comment.